mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-24 03:51:22 +00:00
remove openEditors code in begin/end archiving methods.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21656 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
47ddce6e20
commit
ddc332ae3a
1 changed files with 1 additions and 1 deletions
|
@ -786,7 +786,7 @@ static NSImage *fileImage = nil;
|
|||
[nameTable setObject: [filesOwner className] forKey: @"NSOwner"];
|
||||
|
||||
/* Deactivate remaining editors */
|
||||
[openEditors makeObjectsPerformSelector: @selector(deactivate)];
|
||||
// [openEditors makeObjectsPerformSelector: @selector(deactivate)];
|
||||
|
||||
/*
|
||||
* Set the appropriate profile so that we save the right versions of
|
||||
|
|
Loading…
Reference in a new issue