X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=openbox%2Fclient_list_menu.c;h=8f8beed585b0e7ff855055e45d2850bdda7d48fa;hb=ca28e08c2f47dec4e30f54c3ef64376a6246fbf9;hp=512cb3e8dd63cb164c4499a2a207ba8d7cf544cb;hpb=fbc7607fbd1a380428a53094e727ac7631871bd4;p=chaz%2Fopenbox diff --git a/openbox/client_list_menu.c b/openbox/client_list_menu.c index 512cb3e8..8f8beed5 100644 --- a/openbox/client_list_menu.c +++ b/openbox/client_list_menu.c @@ -98,7 +98,7 @@ static void desk_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);