Correction for bug#15178

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@22171 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2005-12-16 00:10:23 +00:00
parent 0c96d0e0af
commit 56d153ffc4
2 changed files with 5 additions and 7 deletions

View file

@ -1,3 +1,8 @@
2005-12-15 19:08 Gregory John Casamento <greg_casamento@yahoo.com>
* GormCore/GormDocument.m: Correction for crash on close after
opening objects.gorm directly. Corrects bug#15178.
2005-12-14 22:08 Gregory John Casamento <greg_casamento@yahoo.com>
* GormCore/GormDocument.h: Declaration for new readableTypes method.

View file

@ -1690,13 +1690,6 @@ static NSImage *fileImage = nil;
[editors makeObjectsPerformSelector: @selector(close)];
[openEditors removeAllObjects];
[editors removeAllObjects];
// Close the editors in the document window...
// don't worry about the "classesView" since it's not really an
// editor.
[objectsView close];
[imagesView close];
[soundsView close];
}
/**