Author: mlytwyn
Date: Mon Feb  6 17:33:49 2017
New Revision: 40324

URL: http://svn.gna.org/viewcvs/gnustep?rev=40324&view=rev
Log:
Fix XIB loader for init of common vars

Modified:
    libs/gui/branches/gnustep_testplant_branch/Source/GSXibKeyedUnarchiver.m

Modified: 
libs/gui/branches/gnustep_testplant_branch/Source/GSXibKeyedUnarchiver.m
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/gui/branches/gnustep_testplant_branch/Source/GSXibKeyedUnarchiver.m?rev=40324&r1=40323&r2=40324&view=diff
==============================================================================
--- libs/gui/branches/gnustep_testplant_branch/Source/GSXibKeyedUnarchiver.m    
(original)
+++ libs/gui/branches/gnustep_testplant_branch/Source/GSXibKeyedUnarchiver.m    
Mon Feb  6 17:33:49 2017
@@ -230,7 +230,9 @@
       return nil;
     }
   
-  
+  // Initialize...
+  [self _initCommon];
+
   theParser = [[NSXMLParser alloc] initWithData: theData];
   [theParser setDelegate: self];
   


_______________________________________________
Gnustep-cvs mailing list
[email protected]
https://mail.gna.org/listinfo/gnustep-cvs

Reply via email to