mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-04-22 22:20:44 +00:00
* GModelDecoder.m ([GormDocument -openGModel:]): Initialize
variable. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20136 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
c78e96e35e
commit
da02ae8b50
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2004-09-24 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* GModelDecoder.m ([GormDocument -openGModel:]): Initialize
|
||||
variable.
|
||||
|
||||
2004-09-17 18:07 Gregory John Casamento <greg_casamento@yahoo.com>
|
||||
|
||||
* VersionProfiles.plist: Updated the profile to properly
|
||||
|
|
|
@ -300,7 +300,7 @@ static BOOL gormFileOwnerDecoded;
|
|||
NSArray *gmobjects;
|
||||
NSArray *gmconnections;
|
||||
Class u = gmodel_class(@"GMUnarchiver");
|
||||
NSString *delegateClass;
|
||||
NSString *delegateClass = nil;
|
||||
|
||||
NSLog (@"Loading gmodel file %@...", path);
|
||||
gormNibOwner = nil;
|
||||
|
|
Loading…
Reference in a new issue