summaryrefslogtreecommitdiffstats
path: root/src/ZYZPinyinEditor.cc
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2015-05-08 13:27:53 +0800
committerPeng Wu <alexepico@gmail.com>2015-05-08 13:27:53 +0800
commit45d7aaf5bf88fc68dae2bc1acb9fae090cfc64a5 (patch)
treef6860f424d3151798e5ff5ccec749fdeec0f31ce /src/ZYZPinyinEditor.cc
parent428ec5075cbf05aaa658f42d5a831d96a2f5ff88 (diff)
downloadibus-libzhuyin-45d7aaf5bf88fc68dae2bc1acb9fae090cfc64a5.tar.gz
ibus-libzhuyin-45d7aaf5bf88fc68dae2bc1acb9fae090cfc64a5.tar.xz
ibus-libzhuyin-45d7aaf5bf88fc68dae2bc1acb9fae090cfc64a5.zip
rename processEnter to processCommit
Diffstat (limited to 'src/ZYZPinyinEditor.cc')
-rw-r--r--src/ZYZPinyinEditor.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ZYZPinyinEditor.cc b/src/ZYZPinyinEditor.cc
index 4206713..b275464 100644
--- a/src/ZYZPinyinEditor.cc
+++ b/src/ZYZPinyinEditor.cc
@@ -234,7 +234,7 @@ PinyinEditor::processKeyEvent (guint keyval, guint keycode, guint modifiers)
if (insert (keyval, keycode, modifiers))
return TRUE;
- if (processEnter (keyval, keycode, modifiers))
+ if (processCommit (keyval, keycode, modifiers))
return TRUE;
if (processFunctionKey (keyval, keycode, modifiers))