]> Dogcows Code - chaz/openbox/blobdiff - openbox/client_menu.c
when un-showing the desktop if a window is getting shown, iconify the others so just...
[chaz/openbox] / openbox / client_menu.c
index a44fcbcc5e4cc8e332bec6ee8e11d509368eb63d..be44e45770b18515ab0c2c1059238fc8c631d0eb 100644 (file)
@@ -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);
This page took 0.022461 seconds and 4 git commands to generate.