Bring helper windows when following a window.

This commit is contained in:
Mikael Magnusson 2008-10-29 13:30:26 +01:00
parent 1970e3c3a8
commit 6a35e7c594

View file

@ -144,7 +144,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;