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:
0cdd8d3
)
Fix problem when kill some engines.
author
Huang Peng
<shawn.p.huang@gmail.com>
Sun, 14 Sep 2008 19:24:20 +0000
(
03:24
+0800)
committer
Huang Peng
<shawn.p.huang@gmail.com>
Sun, 14 Sep 2008 19:24:20 +0000
(
03:24
+0800)
daemon/bus.py
patch
|
blob
|
history
diff --git
a/daemon/bus.py
b/daemon/bus.py
index
5b648de
..
596f1a1
100644
(file)
--- a/
daemon/bus.py
+++ b/
daemon/bus.py
@@
-116,6
+116,7
@@
class IBus(ibus.Object):
except:
pass
if self.__default_factory != None:
+ self.__factory_manager.set_default_factory(self.__default_factory)
return
def create_input_context(self, name, conn):