summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/PYPConfig.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/PYPConfig.cc b/src/PYPConfig.cc
index d4e2cfa..0eef387 100644
--- a/src/PYPConfig.cc
+++ b/src/PYPConfig.cc
@@ -311,9 +311,9 @@ LibPinyinConfig::valueChangedCallback (IBusConfig *config,
self->valueChanged (section, name, value);
- if (self->m_section == "engine/pinyin")
+ if (self->m_section == "engine/libpinyin")
LibPinyinBackEnd::instance ().setPinyinOptions (self);
- if (self->m_section == "engine/bopomofo")
+ if (self->m_section == "engine/libbopomofo")
LibPinyinBackEnd::instance ().setChewingOptions (self);
}