From: Dana Jansens Date: Mon, 14 May 2007 23:22:06 +0000 (+0000) Subject: excep the assert was backwards. heh X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=8f2291a7b6feaa64c8c683a62dfef6be95be2eb0;p=chaz%2Fopenbox excep the assert was backwards. heh --- diff --git a/openbox/client.c b/openbox/client.c index b3f13684..c68cd479 100644 --- 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);