mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-23 19:51:00 +00:00
* GormCore/GormDocument.m: Apply patch suggested by Sebastian.
This appears to correct an issue seen by Sergey causing an out of memory error. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@35318 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
bc8f0dc1cc
commit
d7a2c8488f
2 changed files with 6 additions and 7 deletions
|
@ -1,3 +1,9 @@
|
|||
2012-07-25 22:29-EDT Gregory John Casamento <greg.casamento@gmail.com>
|
||||
|
||||
* GormCore/GormDocument.m: Apply patch suggested by Sebastian.
|
||||
This appears to correct an issue seen by Sergey causing an out of
|
||||
memory error.
|
||||
|
||||
2012-07-12: Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>
|
||||
* GormLib/IBObjectAdditions.m
|
||||
* revert change from 2012-04-20, to fix Connection Inspector
|
||||
|
|
|
@ -1915,13 +1915,6 @@ static void _real_close(GormDocument *self,
|
|||
{
|
||||
[[self openEditorForObject: obj] activate];
|
||||
}
|
||||
else if([obj isKindOfClass: [NSView class]])
|
||||
{
|
||||
if([obj superview] == nil)
|
||||
{
|
||||
[[self openEditorForObject: obj] activate];
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue