diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-05-03 04:28:50 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-05-03 04:28:50 +0000 |
| commit | 75c63eece530871664cedb11ff348945643fcaa2 (patch) | |
| tree | 98988c09eab60d92495e31c280fb263514c6467f /openbox/keyboard.c | |
| parent | d389e67d22259e6a1d822b99ab0dbd27389bdade (diff) | |
end interactive grabs durign reconfigure instead of leaving everything in a hung state. yay!
Diffstat (limited to 'openbox/keyboard.c')
| -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 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); |
