remove debug message
This commit is contained in:
parent
65f29b245d
commit
1685e6528d
1 changed files with 1 additions and 3 deletions
|
@ -164,11 +164,9 @@ gboolean keyboard_interactive_grab(guint state, ObClient *client,
|
|||
g_assert(action->data.any.interactive);
|
||||
|
||||
if (!interactive_states) {
|
||||
if (!grab_keyboard(TRUE)) {
|
||||
ob_debug("grab KEYBOARD failed\n");
|
||||
if (!grab_keyboard(TRUE))
|
||||
return FALSE;
|
||||
}
|
||||
}
|
||||
|
||||
s = g_new(ObInteractiveState, 1);
|
||||
|
||||
|
|
Loading…
Reference in a new issue