summaryrefslogtreecommitdiffstats
path: root/ibusdaemon/inputcontext.py
diff options
context:
space:
mode:
authorHuang Peng <shawn.p.huang@gmail.com>2008-06-17 15:08:24 +0800
committerHuang Peng <shawn.p.huang@gmail.com>2008-06-17 15:08:24 +0800
commit299fbcf8810eaac00b6bf29560100edea8638c8a (patch)
treec958126cf7d8bbb48acbad2339102da88fd195f3 /ibusdaemon/inputcontext.py
parentc3840b20c247dc6596a6905839c48ec0ca306aab (diff)
downloadibus-299fbcf8810eaac00b6bf29560100edea8638c8a.tar.gz
ibus-299fbcf8810eaac00b6bf29560100edea8638c8a.tar.xz
ibus-299fbcf8810eaac00b6bf29560100edea8638c8a.zip
Reset panel when focused_context be destroyed
Diffstat (limited to 'ibusdaemon/inputcontext.py')
-rw-r--r--ibusdaemon/inputcontext.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/ibusdaemon/inputcontext.py b/ibusdaemon/inputcontext.py
index 4d5a7d6..e7db89c 100644
--- a/ibusdaemon/inputcontext.py
+++ b/ibusdaemon/inputcontext.py
@@ -93,15 +93,15 @@ class InputContext (ibus.Object):
def page_up (self):
if self._engine:
self._engine.page_up ()
-
+
def page_down (self):
if self._engine:
self._engine.page_down ()
-
+
def cursor_up (self):
if self._engine:
self._engine.cursor_up ()
-
+
def cursor_down (self):
if self._engine:
self._engine.cursor_down ()
@@ -186,7 +186,7 @@ class InputContext (ibus.Object):
def _register_properties_cb (self, engine, props):
self.emit ("register-properties", props)
-
+
def _update_property_cb (self, engine, prop):
self.emit ("update-property", prop)