X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fkeyboard.c;h=18ca37f72d14aa3f8b66f669d253efcad5d7a424;hb=53975abf1220c36ebbab455299a9915477c5a6b8;hp=30e1e691aad627318149c7c5f45da063402f6ad5;hpb=d389e67d22259e6a1d822b99ab0dbd27389bdade;p=chaz%2Fopenbox diff --git a/openbox/keyboard.c b/openbox/keyboard.c index 30e1e691..18ca37f7 100644 --- a/openbox/keyboard.c +++ b/openbox/keyboard.c @@ -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);