X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fclient_list_combined_menu.c;h=998fd0a3727dc68f63c99173f5ce457241325dce;hb=29c4cf4a15bc5fa97ba746b03a5e334f989c645e;hp=60d6e687e46e58266ac2e696623f35a2dc54b67d;hpb=fbc7607fbd1a380428a53094e727ac7631871bd4;p=chaz%2Fopenbox diff --git a/openbox/client_list_combined_menu.c b/openbox/client_list_combined_menu.c index 60d6e687..998fd0a3 100644 --- a/openbox/client_list_combined_menu.c +++ b/openbox/client_list_combined_menu.c @@ -98,7 +98,7 @@ static void menu_execute(ObMenuEntry *self, ObMenuFrame *f, { if (self->id == -1) { if (self->data.normal.data) /* it's set to NULL if its destroyed */ - client_activate(self->data.normal.data, FALSE, TRUE); + client_activate(self->data.normal.data, FALSE, TRUE, TRUE, TRUE); } else screen_set_desktop(self->id, TRUE);