projects
/
mikachu
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
829a9fa
)
make desktop cycling work properly when non-interactive
author
Dana Jansens
<danakj@orodu.net>
Sun, 31 Aug 2003 18:53:23 +0000
(18:53 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Sun, 31 Aug 2003 18:53:23 +0000
(18:53 +0000)
openbox/screen.c
patch
|
blob
|
history
diff --git
a/openbox/screen.c
b/openbox/screen.c
index a9efcd0e06a85fd58e248e6c0a491c7029f5a93d..6f711ce8c5b03cbeb536f87221bb8a10cb70604e 100644
(file)
--- 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) {