projects
/
mikachu
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5d7952
)
excep the assert was backwards. heh
author
Dana Jansens
<danakj@orodu.net>
Mon, 14 May 2007 23:22:06 +0000
(23:22 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Mon, 14 May 2007 23:22:06 +0000
(23:22 +0000)
openbox/client.c
patch
|
blob
|
history
diff --git
a/openbox/client.c
b/openbox/client.c
index b3f1368498a322d88a9e8275e46e99ed89da9e47..c68cd47951b278229e31655ee8e836f33dfae415 100644
(file)
--- a/
openbox/client.c
+++ b/
openbox/client.c
@@
-3349,7
+3349,7
@@
gboolean client_focus(ObClient *self)
interactive actions should not do anything that can move focus until
their finishing.
*/
- g_assert(keyboard_interactively_grabbed());
+ g_assert(
!
keyboard_interactively_grabbed());
error = FALSE;
xerror_set_ignore(TRUE);