projects
/
platform
/
upstream
/
ibus-libpinyin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a63bb1b
)
fixes retval of function processKeyEvent.
author
Peng Wu
<alexepico@gmail.com>
Wed, 12 May 2010 09:03:55 +0000
(17:03 +0800)
committer
Peng Wu
<alexepico@gmail.com>
Wed, 19 May 2010 02:09:33 +0000
(10:09 +0800)
src/ExtEditor.cc
patch
|
blob
|
history
diff --git
a/src/ExtEditor.cc
b/src/ExtEditor.cc
index
10ec74b
..
b8cf0c3
100644
(file)
--- a/
src/ExtEditor.cc
+++ b/
src/ExtEditor.cc
@@
-84,7
+84,7
@@
ExtEditor::processKeyEvent (guint keyval, guint keycode, guint modifiers)
}
/* Deal other staff with updateStateFromInput(). */
updateStateFromInput();
- return
FALS
E;
+ return
TRU
E;
}
void