]> Dogcows Code - chaz/openbox/commitdiff
reset first to TRUE properly when the desktop popup is off
authorDana Jansens <danakj@orodu.net>
Wed, 20 Aug 2003 04:47:01 +0000 (04:47 +0000)
committerDana Jansens <danakj@orodu.net>
Wed, 20 Aug 2003 04:47:01 +0000 (04:47 +0000)
openbox/screen.c

index 8835c1b212b9ee83ad194b339c03a39987cbc17e..852e57fc14a3011eeb2c3ceb503b9739fe46f580 100644 (file)
@@ -700,9 +700,10 @@ guint screen_cycle_desktop(ObDirection dir, gboolean wrap, gboolean linear,
         d = translate_row_col(r, c);
     }
 
-    if (config_desktop_popup)
+    if (config_desktop_popup) {
         popup_cycle(d, TRUE);
-    return d;
+        return d;
+    }
 
 done_cycle:
     first = TRUE;
This page took 0.026154 seconds and 4 git commands to generate.