Fix to return false in ibus_simple_engine_process_key_event
authorfujiwarat <takao.fujiwara1@gmail.com>
Wed, 29 Feb 2012 06:44:00 +0000 (15:44 +0900)
committerfujiwarat <takao.fujiwara1@gmail.com>
Wed, 29 Feb 2012 06:44:00 +0000 (15:44 +0900)
commit87863d575856768517f8f6bd8119eaea2b8e7c49
tree8eafc79bdb6bab6e09c95f66b32aa7c20013df25
parentd050c5ba6c8a6546cb7855a3eff9a9c1f048b977
Fix to return false in ibus_simple_engine_process_key_event

IM clients expect filter_keypress returns FALSE when IME is disabled.
Now we use the simple engine instead of the disabled state so
it would be better that process_key_event returns FALSE for ASCII.

BUG=RH#769133
TEST=Linux desktop

Review URL: https://codereview.appspot.com/5707057
src/ibusenginesimple.c