mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 19:40:38 +00:00
[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:
parent
49dbd281e8
commit
12ce22bf59
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue