Temporary correction.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@19833 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2004-08-07 01:23:10 +00:00
parent a7e80c4de1
commit 22c995beb5
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2004-08-06 07:20 Gregory John Casamento <greg_casamento@yahoo.com>
* GormObjectEditor.m: Temporary fix for recently discovered
crash.
2004-08-06 07:20 Gregory John Casamento <greg_casamento@yahoo.com>
* Palettes/GormMenuEditor.m: Added rightMouseDown: method

View file

@ -413,6 +413,7 @@ static NSMapTable *docMap = 0;
enumerator = [array objectEnumerator];
while ((obj = [enumerator nextObject]) != nil)
{
RETAIN(obj); // FIXME: This will probably leak...
[[(GormDocument *)document topLevelObjects] addObject: obj];
[self addObject: obj];
}