Make _miniaturizedImage default to the application icon.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13805 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Alexander Malmberg 2002-06-08 20:38:11 +00:00
parent 818a27807d
commit 1242cd434e
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2002-06-08 Alexander Malmberg <alexander@malmberg.org>
* Source/NSWindow (-_initDefaults): Make _miniaturizedImage
default to the application icon.
2002-06-08 Alexander Malmberg <alexander@malmberg.org>
* Source/GSServicesProvider.m (-doService:): Only try to

View file

@ -3915,7 +3915,7 @@ resetCursorRectsForView(NSView *theView)
_backgroundColor = RETAIN([NSColor controlColor]);
_representedFilename = @"Window";
_miniaturizedTitle = @"Window";
_miniaturizedImage = nil;
_miniaturizedImage = RETAIN([NSApp applicationIconImage]);
_windowTitle = @"Window";
_lastPoint = NSZeroPoint;
_windowLevel = NSNormalWindowLevel;