excep the assert was backwards. heh

This commit is contained in:
Dana Jansens 2007-05-14 23:22:06 +00:00
parent f5d7952a94
commit 8f2291a7b6

View 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);