fixes retval of function processKeyEvent.
authorPeng Wu <alexepico@gmail.com>
Wed, 12 May 2010 09:03:55 +0000 (17:03 +0800)
committerPeng Wu <alexepico@gmail.com>
Wed, 19 May 2010 02:09:33 +0000 (10:09 +0800)
src/ExtEditor.cc

index 10ec74b..b8cf0c3 100644 (file)
@@ -84,7 +84,7 @@ ExtEditor::processKeyEvent (guint keyval, guint keycode, guint modifiers)
     }
     /* Deal other staff with updateStateFromInput(). */
     updateStateFromInput();
-    return FALSE;
+    return TRUE;
 }
 
 void