X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Factions%2Fdesktop.c;h=e352aa2e861d5fb042fc9368b474ddc1a8ce58e9;hb=c230443c6596039f426542f5a286120891a745c5;hp=e1bd5520808f195f5e80e836ca26592c1aef5026;hpb=e6fea245756b59f83dc0f51d13feee9cf093a1a1;p=chaz%2Fopenbox diff --git a/openbox/actions/desktop.c b/openbox/actions/desktop.c index e1bd5520..e352aa2e 100644 --- a/openbox/actions/desktop.c +++ b/openbox/actions/desktop.c @@ -140,7 +140,12 @@ static gboolean run_func(ObActionsData *data, gpointer options) go = o->follow; } - if (go) screen_set_desktop(d, TRUE); + if (go) { + screen_set_desktop(d, TRUE); + if (data->client) + client_bring_helper_windows(data->client); + } + actions_client_move(data, FALSE); } return FALSE;