properly show/hide the dialog for the Desktop action
This commit is contained in:
parent
26852af7a1
commit
ac3a588266
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue