From abf53177e73241e8fadc45f826129efb234a15cf Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Fri, 8 May 2015 13:30:22 +0800 Subject: rename processSpace to processSelectCandidate --- src/ZYZPinyinEditor.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ZYZPinyinEditor.cc') diff --git a/src/ZYZPinyinEditor.cc b/src/ZYZPinyinEditor.cc index b275464..a3683a8 100644 --- a/src/ZYZPinyinEditor.cc +++ b/src/ZYZPinyinEditor.cc @@ -250,7 +250,7 @@ PinyinEditor::processKeyEvent (guint keyval, guint keycode, guint modifiers) STATE_USER_SYMBOL_LIST_ALL == m_input_state || STATE_USER_SYMBOL_SHOWN == m_input_state) { - if (processSpace (keyval, keycode, modifiers)) + if (processSelectCandidate (keyval, keycode, modifiers)) return TRUE; if (processCandidateKey (keyval, keycode, modifiers)) -- cgit