From d59f0d67b0a6f3a7eed2753875691e78c08c632c Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 13 May 2007 02:19:51 +0000 Subject: [PATCH] interactive actions cancel other interactive actions --- openbox/keyboard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.2