diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-05-13 02:19:51 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-05-13 02:19:51 +0000 |
| commit | d59f0d67b0a6f3a7eed2753875691e78c08c632c (patch) | |
| tree | f3c7b9ea1b91a4075b735377a0ea872fe117fedc /openbox | |
| parent | d00096dedb53112cac7c4ede00b7f2ca868da1da (diff) | |
interactive actions cancel other interactive actions
Diffstat (limited to 'openbox')
| -rw-r--r-- | openbox/keyboard.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
