]> Dogcows Code - chaz/openbox/blobdiff - openbox/keyboard.c
put the separator back in the spit up client list menu
[chaz/openbox] / openbox / keyboard.c
index ba4559551a3e00c127a2ec793e796e5e0bd42df4..2d0a5e947fe23f80eca3dff87ca9d8c02a101efb 100644 (file)
@@ -164,10 +164,8 @@ 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);
This page took 0.021956 seconds and 4 git commands to generate.