projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26852af
)
properly show/hide the dialog for the Desktop action
author
Dana Jansens
<danakj@orodu.net>
Sat, 27 Sep 2003 17:24:45 +0000
(17:24 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Sat, 27 Sep 2003 17:24:45 +0000
(17:24 +0000)
openbox/action.c
patch
|
blob
|
history
diff --git
a/openbox/action.c
b/openbox/action.c
index 870e8f76ccd025fb3911b5a81b6167686e0f3ebe..767f8c115d213e1c25f85c5024b0dd0f8ee40eeb 100644
(file)
--- 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;
}