X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=openbox%2Ffocus.c;h=b6d294bbd076096e107df463e908a02469cb0144;hb=8aee387193fd73bbe4a8019bc7e31d5d0e18e83d;hp=302c4fc425fc7eca4c82b6937341c57863c325c4;hpb=49b848a2bbb4c9c72888da94cd069e3562f9640b;p=chaz%2Fopenbox diff --git a/openbox/focus.c b/openbox/focus.c index 302c4fc4..b6d294bb 100644 --- a/openbox/focus.c +++ b/openbox/focus.c @@ -232,7 +232,7 @@ void focus_fallback(ObFocusFallbackType type) static void popup_cycle(ObClient *c, gboolean show) { - if (!show || !config_dialog_focus) { + if (!show) { icon_popup_hide(focus_cycle_popup); } else { Rect *a;