From: Dana Jansens Date: Wed, 6 Jun 2007 16:08:21 +0000 (+0000) Subject: one more.. X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=587523c0cbe93bc7f60d4616ccc8fbc5274c757a;p=chaz%2Fopenbox one more.. --- diff --git a/openbox/client.c b/openbox/client.c index 659fd704..bb3b53b2 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -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; }