X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Faction.c;h=faf065a12fedd0bf10057a27b7f14a2a43ff0efa;hb=7d164842e0d0c3138401fad0dafc6f21bba0a04f;hp=1d815efc1056661e2992a48cd3c7025f3e2e2ffe;hpb=6a9d502f2020a73202b919ee3e9d85999ededd0f;p=chaz%2Fopenbox diff --git a/openbox/action.c b/openbox/action.c index 1d815efc..faf065a1 100644 --- a/openbox/action.c +++ b/openbox/action.c @@ -1621,7 +1621,8 @@ void action_desktop_dir(union ActionData *data) if (!data->sendtodir.inter.any.interactive || (data->sendtodir.inter.final && !data->sendtodir.inter.cancel)) { - if (d != screen_desktop) screen_set_desktop(d, TRUE); + if (d != screen_desktop) + screen_set_desktop(d, TRUE); } }