* 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:
Adam Fedor 2004-09-25 03:58:12 +00:00
parent c78e96e35e
commit da02ae8b50
2 changed files with 6 additions and 1 deletions

View file

@ -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

View file

@ -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;