X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Faction.c;h=767f8c115d213e1c25f85c5024b0dd0f8ee40eeb;hb=b7b187693e2e78b1d68cc88e8521a067194f05b2;hp=870e8f76ccd025fb3911b5a81b6167686e0f3ebe;hpb=bc1148f0b304dc74736d124696cdede969c3b739;p=chaz%2Fopenbox 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; }