end interactive grabs durign reconfigure instead of leaving everything in a hung state. yay!
This commit is contained in:
parent
d389e67d22
commit
75c63eece5
1 changed files with 1 additions and 1 deletions
|
@ -329,7 +329,7 @@ void keyboard_shutdown(gboolean reconfig)
|
||||||
if (!reconfig)
|
if (!reconfig)
|
||||||
client_remove_destructor(keyboard_interactive_end_client);
|
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);
|
ob_main_loop_timeout_remove(ob_main_loop, chain_timeout);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue