]> Dogcows Code - chaz/openbox/blobdiff - openbox/keyboard.c
interactive actions cancel other interactive actions
[chaz/openbox] / openbox / keyboard.c
index 84ae2a38e2d25f7eac85b6c4f74644502b2c1641..d758b3869e29cc8868d7b90a9d13102319d06715 100644 (file)
@@ -221,7 +221,7 @@ gboolean keyboard_interactive_grab(guint state, ObClient *client,
         if (!grab_keyboard(TRUE))
             return FALSE;
     } else if (action->func != istate.action->func) {
-        keyboard_interactive_end(state, FALSE, action->data.any.time, FALSE);
+        keyboard_interactive_end(state, TRUE, action->data.any.time, FALSE);
     }
 
     istate.active = TRUE;
This page took 0.020038 seconds and 4 git commands to generate.