From: Dana Jansens Date: Sun, 13 May 2007 02:19:51 +0000 (+0000) Subject: interactive actions cancel other interactive actions X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=d59f0d67b0a6f3a7eed2753875691e78c08c632c;p=chaz%2Fopenbox interactive actions cancel other interactive actions --- diff --git a/openbox/keyboard.c b/openbox/keyboard.c index 84ae2a38..d758b386 100644 --- a/openbox/keyboard.c +++ b/openbox/keyboard.c @@ -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;