summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)