]> Dogcows Code - chaz/openbox/blobdiff - openbox/screen.c
http://mail.gnome.org/archives/wm-spec-list/2006-May/msg00000.html
[chaz/openbox] / openbox / screen.c
index cf94462c71f37c898b180d04e55b98bc2e9e066e..298a0b22b4c4f13961e43644a88a9f90fd72a2fd 100644 (file)
@@ -882,7 +882,7 @@ void screen_show_desktop(gboolean show)
             ObClient *c = it->data;
             if (c->type == OB_CLIENT_TYPE_DESKTOP &&
                 (c->desktop == screen_desktop || c->desktop == DESKTOP_ALL) &&
-                client_validate(it->data) && client_focus(it->data))
+                client_focus(it->data))
                 break;
         }
     } else {
This page took 0.02229 seconds and 4 git commands to generate.