one more..

This commit is contained in:
Dana Jansens 2007-06-06 16:08:21 +00:00
parent f6aaaeddf5
commit 587523c0cb

View file

@ -2404,7 +2404,7 @@ ObClient *client_search_focus_group_full(ObClient *self)
if ((c = client_search_focus_tree(it->data))) return c; if ((c = client_search_focus_tree(it->data))) return c;
} }
} else } else
if (client_focused(c)) return c; if (client_focused(self)) return self;
return NULL; return NULL;
} }