summaryrefslogtreecommitdiff
path: root/openbox/action.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-05-09 04:16:31 +0000
committerDana Jansens <danakj@orodu.net>2007-05-09 04:16:31 +0000
commite384e8a42e933fd75fcb57d6a575b9903e55ebde (patch)
treea53afc0c6f018247dba067147fc8538936a6776e /openbox/action.c
parenta3f8c5c45a1ff323fc088cc5af49ab48d5679e54 (diff)
make cycling desktops not move when cancelling
Diffstat (limited to 'openbox/action.c')
-rw-r--r--openbox/action.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/openbox/action.c b/openbox/action.c
index c106ead9..4573a866 100644
--- a/openbox/action.c
+++ b/openbox/action.c
@@ -1531,9 +1531,7 @@ void action_desktop(union ActionData *data)
if (data->inter.any.interactive)
screen_desktop_popup(data->desktop.desk, TRUE);
}
- }
-
- if (!data->inter.any.interactive || data->inter.final)
+ } else
screen_desktop_popup(0, FALSE);
}