summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--openbox/screen.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/openbox/screen.c b/openbox/screen.c
index a9efcd0e..6f711ce8 100644
--- a/openbox/screen.c
+++ b/openbox/screen.c
@@ -594,8 +594,7 @@ guint screen_cycle_desktop(ObDirection dir, gboolean wrap, gboolean linear,
if (cancel) {
d = origd;
goto done_cycle;
- } else if (done) {
- screen_set_desktop(d);
+ } else if (done && dialog) {
goto done_cycle;
}
if (first) {