summaryrefslogtreecommitdiffstats
path: root/src/ZYZPhoneticEditor.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/ZYZPhoneticEditor.cc')
-rw-r--r--src/ZYZPhoneticEditor.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ZYZPhoneticEditor.cc b/src/ZYZPhoneticEditor.cc
index d4774cf..f239f3e 100644
--- a/src/ZYZPhoneticEditor.cc
+++ b/src/ZYZPhoneticEditor.cc
@@ -132,8 +132,8 @@ PhoneticEditor::processCommit (guint keyval, guint keycode,
}
gboolean
-PhoneticEditor::processSpace (guint keyval, guint keycode,
- guint modifiers)
+PhoneticEditor::processSelectCandidate (guint keyval, guint keycode,
+ guint modifiers)
{
if (IBUS_space != keyval && IBUS_KP_Space != keyval)
return FALSE;