projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a8b3372
)
merge r6006 from trunk. 6006 was supposed to say stop an assert from fireing on shutdown
author
Dana Jansens
<danakj@orodu.net>
Thu, 3 May 2007 04:33:30 +0000
(
04:33
+0000)
committer
Dana Jansens
<danakj@orodu.net>
Thu, 3 May 2007 04:33:30 +0000
(
04:33
+0000)
openbox/keyboard.c
patch
|
blob
|
history
diff --git
a/openbox/keyboard.c
b/openbox/keyboard.c
index bf8d63ae972313cd8c35df2b04f89825536a4c62..18ca37f72d14aa3f8b66f669d253efcad5d7a424 100644
(file)
--- 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);
- keyboard_interactive_end(0, TRUE, 0, TRUE);
+ if (istate.active)
+ keyboard_interactive_end(0, TRUE, 0, TRUE);
ob_main_loop_timeout_remove(ob_main_loop, chain_timeout);