]> Dogcows Code - chaz/openbox/blobdiff - openbox/focus.c
unfocus before unlinking the client from the transient tree
[chaz/openbox] / openbox / focus.c
index 302c4fc425fc7eca4c82b6937341c57863c325c4..b6d294bbd076096e107df463e908a02469cb0144 100644 (file)
@@ -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;
This page took 0.023585 seconds and 4 git commands to generate.