From 65d50861ada11f5409680de285f461f16e78c090 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 10 May 2007 23:22:54 +0000 Subject: when un-showing the desktop if a window is getting shown, iconify the others so just the one is shown --- 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 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); -- cgit v1.2.3