summaryrefslogtreecommitdiffstats
path: root/client/x11
diff options
context:
space:
mode:
authorHuang Peng <shawn.p.huang@gmail.com>2008-08-19 22:05:49 +0800
committerHuang Peng <shawn.p.huang@gmail.com>2008-08-19 22:05:49 +0800
commit26097461cb2428f7c594c11fd12123705bbbbc39 (patch)
tree5ebdd1e53694234590767c9d40d17eba1f37092e /client/x11
parent628a3d8eea5bb38beae3022cf594212e803f0d22 (diff)
downloadibus-26097461cb2428f7c594c11fd12123705bbbbc39.tar.gz
ibus-26097461cb2428f7c594c11fd12123705bbbbc39.tar.xz
ibus-26097461cb2428f7c594c11fd12123705bbbbc39.zip
Add code to work around bug http://code.google.com/p/ibus/issues/detail?id=25.
Diffstat (limited to 'client/x11')
-rw-r--r--client/x11/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/x11/main.c b/client/x11/main.c
index f2198dc..8a1c150 100644
--- a/client/x11/main.c
+++ b/client/x11/main.c
@@ -281,7 +281,7 @@ xim_forward_event (XIMS xims, IMForwardEventStruct *call_data)
event.send_event = xevent->send_event;
event.window = NULL;
- if (ibus_im_client_filter_keypress (_client, x11ic->ibus_ic, &event)) {
+ if (ibus_im_client_filter_keypress (_client, x11ic->ibus_ic, &event, False)) {
if (! x11ic->has_preedit_area)
_xim_set_cursor_location (x11ic);
return 1;