]> Dogcows Code - chaz/openbox/commitdiff
Make the focus cycle indicator follow target fallback in the popup
authorDana Jansens <danakj@orodu.net>
Mon, 11 Jan 2010 20:35:47 +0000 (15:35 -0500)
committerDana Jansens <danakj@orodu.net>
Mon, 11 Jan 2010 20:35:47 +0000 (15:35 -0500)
openbox/focus_cycle.c

index 4043668344496cc52323bbc01d7f6225bf409200..da9cd4cca65c6e9ff37b087bc100357eef1defc4 100644 (file)
@@ -75,10 +75,8 @@ void focus_cycle_addremove(ObClient *c, gboolean redraw)
         v = focus_cycle_valid(c);
         s = focus_cycle_popup_is_showing(c);
 
-        if (v != s) {
-            focus_cycle_target =
-                focus_cycle_popup_refresh(focus_cycle_target, redraw);
-        }
+        if (v != s)
+            focus_cycle_reorder();
     }
     else if (redraw) {
         focus_cycle_reorder();
This page took 0.024021 seconds and 4 git commands to generate.