From ac3a588266c1353721a776a1676b416e6258d7f6 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 27 Sep 2003 17:24:45 +0000 Subject: [PATCH] properly show/hide the dialog for the Desktop action --- openbox/action.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.45.2