X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Ffocus.c;h=0a88865aa8736846775d102ddab443b5b93e7066;hb=36231e5cb39e7f38c20cceebf26d0be66a17a112;hp=141fc4746b342a519c66ccbccbcfb8b835267a90;hpb=8a1fa6d3ac47eba3e781463aec131cf401a29ec2;p=chaz%2Fopenbox diff --git a/openbox/focus.c b/openbox/focus.c index 141fc474..0a88865a 100644 --- a/openbox/focus.c +++ b/openbox/focus.c @@ -235,8 +235,7 @@ void focus_fallback(FallbackType type) return; } - /* nothing to focus */ - focus_set_client(NULL); + /* nothing to focus, and already set it to none above */ } static void popup_cycle(Client *c, gboolean show)