projects
/
platform
/
upstream
/
ibus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22bc732
)
Hide preedit when disable input method.
author
Huang Peng
<shawn.p.huang@gmail.com>
Mon, 11 Aug 2008 13:03:45 +0000
(21:03 +0800)
committer
Huang Peng
<shawn.p.huang@gmail.com>
Mon, 11 Aug 2008 13:03:45 +0000
(21:03 +0800)
daemon/inputcontext.py
patch
|
blob
|
history
diff --git
a/daemon/inputcontext.py
b/daemon/inputcontext.py
index 4926fafb0fb6827e297c4dc9e3b89d3d64e11368..f4ee79f1ae553b2a06b23e884c85cdfb6ebcf393 100644
(file)
--- a/
daemon/inputcontext.py
+++ b/
daemon/inputcontext.py
@@
-199,6
+199,7
@@
class InputContext(ibus.Object):
self.__engine.enable()
self.__engine.focus_in()
else:
+ self.hide_preedit()
self.__ibusconn.emit_dbus_signal("Disabled", self.__id)
if self.__engine:
self.__engine.disable()