mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 06:51:44 +00:00
Rollback last quickfix
This commit is contained in:
parent
ffee2f9560
commit
817374c50c
1 changed files with 1 additions and 5 deletions
|
@ -4149,11 +4149,7 @@ struct _DelegateWrapper
|
|||
else if (NSInterfaceStyleForKey(@"NSMenuInterfaceStyle", nil) ==
|
||||
NSWindows95InterfaceStyle)
|
||||
{
|
||||
// if we have no windows open, then shut down...
|
||||
if ([self windows] == 0)
|
||||
{
|
||||
[self terminate: self];
|
||||
}
|
||||
[self terminate: self];
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue