From: Dana Jansens Date: Sat, 5 Apr 2003 21:40:47 +0000 (+0000) Subject: put it back X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=3d0ba381dba5a421e8bb91e29f08412048a8427c;p=chaz%2Fopenbox put it back --- diff --git a/openbox/client.c b/openbox/client.c index 3ba2baf8..dbeb658b 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -1984,7 +1984,7 @@ gboolean client_focus(Client *self) void client_unfocus(Client *self) { g_assert(focus_client == self); - focus_set_client(NULL); + focus_fallbacK(FALSE); } gboolean client_focused(Client *self)