From: Dana Jansens Date: Thu, 3 May 2007 04:28:50 +0000 (+0000) Subject: end interactive grabs durign reconfigure instead of leaving everything in a hung... X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=75c63eece530871664cedb11ff348945643fcaa2;p=chaz%2Fopenbox end interactive grabs durign reconfigure instead of leaving everything in a hung state. yay! --- 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);