summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--openbox/screen.c5
1 files 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;