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:
17d4381
)
Fix wrong argument when emit IBusHotkeyProfile::trigger signal
author
Peng Huang
<shawn.p.huang@gmail.com>
Tue, 28 Apr 2009 07:30:02 +0000
(15:30 +0800)
committer
Peng Huang
<shawn.p.huang@gmail.com>
Tue, 28 Apr 2009 07:30:02 +0000
(15:30 +0800)
src/ibushotkey.c
patch
|
blob
|
history
diff --git
a/src/ibushotkey.c
b/src/ibushotkey.c
index 1d3a4b35d84a0d0b586424eb10ea347c486799f4..91eab976921e6a23a87951f5c7f388048dcb1c24 100644
(file)
--- a/
src/ibushotkey.c
+++ b/
src/ibushotkey.c
@@
-478,7
+478,7
@@
ibus_hotkey_profile_filter_key_event (IBusHotkeyProfile *profile,
GQuark event = (GQuark) GPOINTER_TO_UINT (g_tree_lookup (priv->hotkeys, &hotkey));
if (event != 0) {
- g_signal_emit (profile, profile_signals[TRIGGER], event,
event,
user_data);
+ g_signal_emit (profile, profile_signals[TRIGGER], event, user_data);
}
return event;