projects
/
platform
/
upstream
/
ibus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d11c577
)
Fix a type in comment
author
Peng Huang
<shawn.p.huang@gmail.com>
Mon, 1 Feb 2010 10:23:11 +0000
(18:23 +0800)
committer
Peng Huang
<shawn.p.huang@gmail.com>
Mon, 1 Feb 2010 10:23:11 +0000
(18:23 +0800)
bus/inputcontext.c
patch
|
blob
|
history
diff --git
a/bus/inputcontext.c
b/bus/inputcontext.c
index 26eb1d54f2b6b54743b934461839401b828f3901..01a24508f304fd834d2db7e2a3fb083033af0697 100644
(file)
--- a/
bus/inputcontext.c
+++ b/
bus/inputcontext.c
@@
-2061,7
+2061,7
@@
bus_input_context_filter_keyboard_shortcuts (BusInputContext *context,
}
if (retval == TRUE) {
- /* begin
e
filter release key event */
+ /* begin filter release key event */
context->filter_release = TRUE;
}