From: Dana Jansens Date: Wed, 20 Aug 2003 04:47:01 +0000 (+0000) Subject: reset first to TRUE properly when the desktop popup is off X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=0844866bbd05ea6673f64f23f729d9a43fe041b8;p=chaz%2Fopenbox reset first to TRUE properly when the desktop popup is off --- 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;