summaryrefslogtreecommitdiffstats
path: root/src/PYMain.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/PYMain.cc')
-rw-r--r--src/PYMain.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/PYMain.cc b/src/PYMain.cc
index 4babc5b..4ef8225 100644
--- a/src/PYMain.cc
+++ b/src/PYMain.cc
@@ -89,8 +89,8 @@ start_component (void)
LibPinyinBackEnd::init ();
- PinyinConfig::init (bus);
- BopomofoConfig::init (bus);
+ PinyinConfig::init ();
+ BopomofoConfig::init ();
g_signal_connect ((IBusBus *)bus, "disconnected", G_CALLBACK (ibus_disconnected_cb), NULL);