summaryrefslogtreecommitdiff
path: root/openbox
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-05-03 04:28:50 +0000
committerDana Jansens <danakj@orodu.net>2007-05-03 04:28:50 +0000
commit75c63eece530871664cedb11ff348945643fcaa2 (patch)
tree98988c09eab60d92495e31c280fb263514c6467f /openbox
parentd389e67d22259e6a1d822b99ab0dbd27389bdade (diff)
end interactive grabs durign reconfigure instead of leaving everything in a hung state. yay!
Diffstat (limited to 'openbox')
-rw-r--r--openbox/keyboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/keyboard.c b/openbox/keyboard.c
index 30e1e691..bf8d63ae 100644
--- a/openbox/keyboard.c
+++ b/openbox/keyboard.c
@@ -329,7 +329,7 @@ void keyboard_shutdown(gboolean reconfig)
if (!reconfig)
client_remove_destructor(keyboard_interactive_end_client);
- istate.active = FALSE;
+ keyboard_interactive_end(0, TRUE, 0, TRUE);
ob_main_loop_timeout_remove(ob_main_loop, chain_timeout);