properly show/hide the dialog for the Desktop action

This commit is contained in:
Dana Jansens 2003-09-27 17:24:45 +00:00
parent 26852af7a1
commit ac3a588266

View file

@ -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;
}