mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-04-22 22:20:44 +00:00
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:
parent
a7e80c4de1
commit
22c995beb5
2 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue