]> Dogcows Code - chaz/openbox/commitdiff
end interactive grabs durign reconfigure instead of leaving everything in a hung...
authorDana Jansens <danakj@orodu.net>
Thu, 3 May 2007 04:28:50 +0000 (04:28 +0000)
committerDana Jansens <danakj@orodu.net>
Thu, 3 May 2007 04:28:50 +0000 (04:28 +0000)
openbox/keyboard.c

index 30e1e691aad627318149c7c5f45da063402f6ad5..bf8d63ae972313cd8c35df2b04f89825536a4c62 100644 (file)
@@ -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);
 
This page took 0.027183 seconds and 4 git commands to generate.