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