From 587523c0cbe93bc7f60d4616ccc8fbc5274c757a Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 6 Jun 2007 16:08:21 +0000 Subject: [PATCH] one more.. --- openbox/client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.45.2