]> Dogcows Code - chaz/openbox/blobdiff - openbox/screen.c
add the gettext version
[chaz/openbox] / openbox / screen.c
index 8e5daec745979eb358ae7370232d986c046806ee..8835c1b212b9ee83ad194b339c03a39987cbc17e 100644 (file)
@@ -700,7 +700,8 @@ guint screen_cycle_desktop(ObDirection dir, gboolean wrap, gboolean linear,
         d = translate_row_col(r, c);
     }
 
-    popup_cycle(d, TRUE);
+    if (config_desktop_popup)
+        popup_cycle(d, TRUE);
     return d;
 
 done_cycle:
This page took 0.020051 seconds and 4 git commands to generate.