]> Dogcows Code - chaz/openbox/blobdiff - openbox/screen.c
try grab an icon even when there are none
[chaz/openbox] / openbox / screen.c
index 628d0344cc176aa34dbc9f5102c60133c1476a90..a8f3b71cc8ee3647bb8eedd2414394c68857b04b 100644 (file)
@@ -572,7 +572,7 @@ void screen_desktop_popup(guint d, gboolean show)
 {
     Rect *a;
 
-    if (!show || !config_dialog_desktop) {
+    if (!show) {
         pager_popup_hide(desktop_cycle_popup);
     } else {
         a = screen_physical_area_monitor(0);
This page took 0.020246 seconds and 4 git commands to generate.