summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHuang Peng <shawn.p.huang@gmail.com>2008-08-27 12:57:39 +0800
committerHuang Peng <shawn.p.huang@gmail.com>2008-08-27 12:57:39 +0800
commite86a77c238e631be9b91f836937bafbbdc714128 (patch)
tree04d247672a7871ce5c628e3e509a1cef9bc5b605
parenta6cba87494079c5d6f3b1006ddd8eafb0fa23d9e (diff)
downloadibus-e86a77c238e631be9b91f836937bafbbdc714128.tar.gz
ibus-e86a77c238e631be9b91f836937bafbbdc714128.tar.xz
ibus-e86a77c238e631be9b91f836937bafbbdc714128.zip
Request reload_engines.
-rw-r--r--setup/main.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup/main.py b/setup/main.py
index 67812c7..a0b4bee 100644
--- a/setup/main.py
+++ b/setup/main.py
@@ -324,6 +324,7 @@ class Setup(object):
langs = dict()
+ self.__bus.register_reload_engines()
for name, local_name, lang, icon, author, credits, _exec, started in self.__bus.register_list_engines():
_lang = ibus.LANGUAGES.get(lang, "other")
_lang = _(_lang)