mirror of
https://github.com/gnustep/libs-gdl2.git
synced 2025-02-21 02:20:55 +00:00
* EOAccess/EOModel.m (-writeToFile:): Make sure all objects
are loaded before making backup. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@20678 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
310750bd82
commit
6d1dc39232
1 changed files with 2 additions and 0 deletions
|
@ -607,6 +607,8 @@ NSString *EOEntityLoadedNotification = @"EOEntityLoadedNotification";
|
|||
NSString *extension;
|
||||
BOOL writeSingleFile;
|
||||
|
||||
[self loadAllModelObjects];
|
||||
|
||||
path = [path stringByStandardizingPath];
|
||||
extension = [path pathExtension];
|
||||
|
||||
|
|
Loading…
Reference in a new issue