From 0844866bbd05ea6673f64f23f729d9a43fe041b8 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 20 Aug 2003 04:47:01 +0000 Subject: [PATCH] reset first to TRUE properly when the desktop popup is off --- openbox/screen.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/openbox/screen.c b/openbox/screen.c index 8835c1b2..852e57fc 100644 --- a/openbox/screen.c +++ b/openbox/screen.c @@ -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; -- 2.39.2