1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-20 04:48:06 +01:00

Fixed problem with not saving all windows in a session when the shared

application icon is enabled (only one instance/shared application was
saved)
This commit is contained in:
dan
2002-01-11 05:08:44 +00:00
parent 4f84c48ccb
commit a1a7ba7689
4 changed files with 12 additions and 4 deletions

View File

@@ -807,6 +807,8 @@ wManageWindow(WScreen *scr, Window window)
wwin->main_window = wwin->client_win;
}
wwin->orig_main_window = wwin->main_window;
if (wwin->flags.is_gnustep) {
WSETUFLAG(wwin, shared_appicon, 0);
}