summaryrefslogtreecommitdiff
path: root/openbox/client_menu.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-06-13 15:13:16 +0000
committerDana Jansens <danakj@orodu.net>2007-06-13 15:13:16 +0000
commit99c6a00cf6cae461f45d8fd3e852a9479f3694bc (patch)
treee92b58618a028ed8aad50a28b24b726cf9727623 /openbox/client_menu.c
parent07f60c3a38d562f333df9d41453b2fa872f95410 (diff)
don't raise windows when moving them between desktops in some cases
Diffstat (limited to 'openbox/client_menu.c')
-rw-r--r--openbox/client_menu.c2
1 files changed, 1 insertions, 1 deletions
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();