excep the assert was backwards. heh
This commit is contained in:
parent
f5d7952a94
commit
8f2291a7b6
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue