]> Dogcows Code - chaz/openbox/commitdiff
one more..
authorDana Jansens <danakj@orodu.net>
Wed, 6 Jun 2007 16:08:21 +0000 (16:08 +0000)
committerDana Jansens <danakj@orodu.net>
Wed, 6 Jun 2007 16:08:21 +0000 (16:08 +0000)
openbox/client.c

index 659fd704705fb6b1196712fa88a28e2455883958..bb3b53b29d93faf8d2c96838e77d940ec3a13b08 100644 (file)
@@ -2404,7 +2404,7 @@ ObClient *client_search_focus_group_full(ObClient *self)
             if ((c = client_search_focus_tree(it->data))) return c;
         }
     } else
-        if (client_focused(c)) return c;
+        if (client_focused(self)) return self;
     return NULL;
 }
 
This page took 0.025945 seconds and 4 git commands to generate.