[Xfce4-commits] <libxfce4ui:master> Pass event group when translating keyboard state.
Jérôme Guelfucci
noreply at xfce.org
Sun Dec 30 15:42:01 CET 2012
Updating branch refs/heads/master
to bb03d1007f7f14796bbae1d2b6c00cfb38ac57b2 (commit)
from 7a7b32e67f6850c80a793df2daf249bce9ef35a1 (commit)
commit bb03d1007f7f14796bbae1d2b6c00cfb38ac57b2
Author: Jérôme Guelfucci <jeromeg at xfce.org>
Date: Tue Dec 18 08:04:16 2012 +0100
Pass event group when translating keyboard state.
libxfce4kbd-private/xfce-shortcut-dialog.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/libxfce4kbd-private/xfce-shortcut-dialog.c b/libxfce4kbd-private/xfce-shortcut-dialog.c
index 4c7905a..0519982 100644
--- a/libxfce4kbd-private/xfce-shortcut-dialog.c
+++ b/libxfce4kbd-private/xfce-shortcut-dialog.c
@@ -367,7 +367,7 @@ xfce_shortcut_dialog_key_pressed (XfceShortcutDialog *dialog,
modifiers = event->state;
gdk_keymap_translate_keyboard_state (keymap, event->hardware_keycode,
- modifiers, 0,
+ modifiers, event->group,
&keyval, NULL, NULL, &consumed);
/* Get the modifiers */
More information about the Xfce4-commits
mailing list