summaryrefslogtreecommitdiff
blob: 04b410a48515a56b20c4df730d38107d90749cdf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
http://bugzilla.xfce.org/show_bug.cgi?id=6549

--- src/xfpm-button.c
+++ src/xfpm-button.c
@@ -125,7 +125,7 @@ xfpm_button_grab_keystring (XfpmButton *button, guint keycode)
 {
     Display *display;
     guint ret;
-    guint modmask = 0;
+    guint modmask = AnyModifier;
     
     display = GDK_DISPLAY ();