diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-08-31 18:53:23 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-08-31 18:53:23 +0000 |
| commit | 75c8bec464d73f6efe4d0ea3517fff6270f95a78 (patch) | |
| tree | c1e2dce9643963599d3243ff60999050291731ea | |
| parent | 829a9fafd4516f8af21065195d43ded010f2e232 (diff) | |
make desktop cycling work properly when non-interactive
| -rw-r--r-- | openbox/screen.c | 3 |
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) { |
