[Xfce4-commits] <libxfce4ui:xfce-4.10> Pass event group when translating keyboard state.

Jérôme Guelfucci noreply at xfce.org
Sat May 4 12:10:01 CEST 2013


Updating branch refs/heads/xfce-4.10
         to 8cf0074f0a8ee650fd675d921ac3a298cde1aa39 (commit)
       from 71d702a2329b1182b606db7fed0ef262dfcdc0ea (commit)

commit 8cf0074f0a8ee650fd675d921ac3a298cde1aa39
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 5f1b058..b637840 100644
--- a/libxfce4kbd-private/xfce-shortcut-dialog.c
+++ b/libxfce4kbd-private/xfce-shortcut-dialog.c
@@ -323,7 +323,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