From 8f2291a7b6feaa64c8c683a62dfef6be95be2eb0 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 14 May 2007 23:22:06 +0000 Subject: [PATCH] excep the assert was backwards. heh --- openbox/client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.44.0