X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fclient_menu.c;fp=openbox%2Fclient_menu.c;h=cc67a4613568408d7f1e991ac8f93b8f64e85095;hb=99c6a00cf6cae461f45d8fd3e852a9479f3694bc;hp=ce29db10b5945d0ad0220a507391b8103b74a4bd;hpb=07f60c3a38d562f333df9d41453b2fa872f95410;p=chaz%2Fopenbox diff --git a/openbox/client_menu.c b/openbox/client_menu.c index ce29db10..cc67a461 100644 --- a/openbox/client_menu.c +++ b/openbox/client_menu.c @@ -286,7 +286,7 @@ static void send_to_menu_execute(ObMenuEntry *e, ObMenuFrame *f, { g_assert(c); - client_set_desktop(c, e->id, FALSE); + client_set_desktop(c, e->id, FALSE, FALSE); /* the client won't even be on the screen anymore, so hide the menu */ if (f) menu_frame_hide_all();