summaryrefslogtreecommitdiff
path: root/openbox/client_menu.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-05-10 23:22:54 +0000
committerDana Jansens <danakj@orodu.net>2007-05-10 23:22:54 +0000
commit65d50861ada11f5409680de285f461f16e78c090 (patch)
tree0850867dcb8aff31daecfffff634abeb71e48570 /openbox/client_menu.c
parent3537e50141f7bd38012e08b68b43d76a146e83dc (diff)
when un-showing the desktop if a window is getting shown, iconify the others so just the one is shown
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 a44fcbcc..be44e457 100644
--- a/openbox/client_menu.c
+++ b/openbox/client_menu.c
@@ -114,7 +114,7 @@ static void client_menu_execute(ObMenuEntry *e, ObMenuFrame *f,
menu_frame_hide_all();
f = NULL; /* and don't update */
- client_iconify(c, TRUE, FALSE);
+ client_iconify(c, TRUE, FALSE, FALSE);
break;
case CLIENT_RESTORE:
client_maximize(c, FALSE, 0);