better group_full func
authorDana Jansens <danakj@orodu.net>
Wed, 6 Jun 2007 16:07:39 +0000 (16:07 +0000)
committerDana Jansens <danakj@orodu.net>
Wed, 6 Jun 2007 16:07:39 +0000 (16:07 +0000)
openbox/client.c

index 165e545..659fd70 100644 (file)
@@ -2403,7 +2403,9 @@ ObClient *client_search_focus_group_full(ObClient *self)
             if (client_focused(c)) return c;
             if ((c = client_search_focus_tree(it->data))) return c;
         }
-    }
+    } else
+        if (client_focused(c)) return c;
+    return NULL;
 }
 
 gboolean client_has_parent(ObClient *self)