]> Dogcows Code - chaz/openbox/blobdiff - openbox/action.c
dont show the focus popup when theres no target client
[chaz/openbox] / openbox / action.c
index 50b1e54556f9e76e0714361b4c8fb18d5548bab6..a9c7737af1a3c9d8e668adeb481a9d3f468906a8 100644 (file)
@@ -750,6 +750,6 @@ void action_cycle_windows(union ActionData *data)
     
     c = focus_cycle(data->cycle.forward, data->cycle.linear, data->cycle.final,
                     data->cycle.cancel);
-    popup_cycle(c, !c && (data->cycle.final||data->cycle.cancel));
+    popup_cycle(c, !c || data->cycle.final || data->cycle.cancel);
 }
 
This page took 0.020456 seconds and 4 git commands to generate.