summaryrefslogtreecommitdiffstats
path: root/daemon
diff options
context:
space:
mode:
Diffstat (limited to 'daemon')
-rw-r--r--daemon/bus.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/daemon/bus.py b/daemon/bus.py
index 5b648de..596f1a1 100644
--- 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):