summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-09-27 17:24:45 +0000
committerDana Jansens <danakj@orodu.net>2003-09-27 17:24:45 +0000
commitac3a588266c1353721a776a1676b416e6258d7f6 (patch)
treec5c2b6481b3c97d873580b97cc541a53662e4a73
parent26852af7a1fca70eac6f371fa0d7289a6a6afb8c (diff)
properly show/hide the dialog for the Desktop action
-rw-r--r--openbox/action.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/action.c b/openbox/action.c
index 870e8f76..767f8c11 100644
--- a/openbox/action.c
+++ b/openbox/action.c
@@ -1234,7 +1234,7 @@ void action_desktop(union ActionData *data)
screen_set_desktop(first);
}
- if (data->inter.any.interactive && data->inter.final) {
+ if (!data->inter.any.interactive || data->inter.final) {
screen_desktop_popup(0, FALSE);
first = (unsigned) -1;
}