Updating branch refs/heads/master
         to e9560f02f5bdad4f8f50b2f72d6c92d0173c0ea2 (commit)
       from 77ff43f265e35163c1b251e2d4b0e556e4e0b0cf (commit)

commit e9560f02f5bdad4f8f50b2f72d6c92d0173c0ea2
Author: Jérôme Guelfucci <jero...@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 */
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to