[NSIconWindow orderWindow:relativeTo:] don't complain about order

out if application is closing.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12780 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
FredKiefer 2002-02-26 14:38:50 +00:00
parent 49dbd281e8
commit 12ce22bf59

View file

@ -266,7 +266,7 @@ NSApplication *NSApp = nil;
- (void) orderWindow: (NSWindowOrderingMode)place relativeTo: (int)otherWin
{
if (place == NSWindowOut)
if ((place == NSWindowOut) && [NSApp isRunning])
{
NSLog (@"Argh - icon window ordered out");
}