summaryrefslogtreecommitdiffstats
path: root/src/ZYZhuyinProperties.cc
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2016-08-23 10:11:19 +0800
committerPeng Wu <alexepico@gmail.com>2016-08-23 10:11:19 +0800
commit6a2db8748b9ab84ae1d0ae9e60589a9051f2a27a (patch)
tree446bbea34fbdf9f6e170592ab9739cfc6de23fd3 /src/ZYZhuyinProperties.cc
parent8c348864fc71c1f7f77580aee4cf5193f86d6ef8 (diff)
downloadibus-libzhuyin-6a2db8748b9ab84ae1d0ae9e60589a9051f2a27a.tar.gz
ibus-libzhuyin-6a2db8748b9ab84ae1d0ae9e60589a9051f2a27a.tar.xz
ibus-libzhuyin-6a2db8748b9ab84ae1d0ae9e60589a9051f2a27a.zip
fixes full punctuation in English mode
Diffstat (limited to 'src/ZYZhuyinProperties.cc')
-rw-r--r--src/ZYZhuyinProperties.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ZYZhuyinProperties.cc b/src/ZYZhuyinProperties.cc
index aeab138..4b0c469 100644
--- a/src/ZYZhuyinProperties.cc
+++ b/src/ZYZhuyinProperties.cc
@@ -118,8 +118,10 @@ ZhuyinProperties::toggleModeChinese (void)
_("Switch to Chinese Mode"));
updateProperty (m_prop_chinese);
+#if 0
m_prop_full_punct.setSensitive (m_mode_chinese);
updateProperty (m_prop_full_punct);
+#endif
}
void