]> Dogcows Code - chaz/openbox/blobdiff - openbox/keyboard.c
merge r6004 from trunk
[chaz/openbox] / openbox / keyboard.c
index 30e1e691aad627318149c7c5f45da063402f6ad5..18ca37f72d14aa3f8b66f669d253efcad5d7a424 100644 (file)
@@ -329,7 +329,8 @@ void keyboard_shutdown(gboolean reconfig)
     if (!reconfig)
         client_remove_destructor(keyboard_interactive_end_client);
 
-    istate.active = FALSE;
+    if (istate.active)
+        keyboard_interactive_end(0, TRUE, 0, TRUE);
 
     ob_main_loop_timeout_remove(ob_main_loop, chain_timeout);
 
This page took 0.020245 seconds and 4 git commands to generate.