summaryrefslogtreecommitdiff
path: root/openbox/screen.c
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/screen.c')
-rw-r--r--openbox/screen.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/openbox/screen.c b/openbox/screen.c
index 25b7a46d..a302828b 100644
--- a/openbox/screen.c
+++ b/openbox/screen.c
@@ -601,8 +601,7 @@ void screen_desktop_popup(guint d, gboolean show)
pager_popup_width(desktop_cycle_popup, MAX(a->width/3, POPUP_WIDTH));
pager_popup_height(desktop_cycle_popup, POPUP_HEIGHT);
- pager_popup_delay_show(desktop_cycle_popup, G_USEC_PER_SEC/12,
- screen_desktop_names[d], d);
+ pager_popup_show(desktop_cycle_popup, screen_desktop_names[d], d);
}
}