]> Dogcows Code - chaz/openbox/commitdiff
excep the assert was backwards. heh
authorDana Jansens <danakj@orodu.net>
Mon, 14 May 2007 23:22:06 +0000 (23:22 +0000)
committerDana Jansens <danakj@orodu.net>
Mon, 14 May 2007 23:22:06 +0000 (23:22 +0000)
openbox/client.c

index b3f1368498a322d88a9e8275e46e99ed89da9e47..c68cd47951b278229e31655ee8e836f33dfae415 100644 (file)
@@ -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);
This page took 0.024792 seconds and 4 git commands to generate.