From: Dana Jansens Date: Sat, 27 Sep 2003 17:24:45 +0000 (+0000) Subject: properly show/hide the dialog for the Desktop action X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=ac3a588266c1353721a776a1676b416e6258d7f6;p=chaz%2Fopenbox properly show/hide the dialog for the Desktop action --- 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; }