From 99c6a00cf6cae461f45d8fd3e852a9479f3694bc Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 13 Jun 2007 15:13:16 +0000 Subject: don't raise windows when moving them between desktops in some cases --- openbox/client_menu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbox/client_menu.c') 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(); -- cgit v1.2.3