mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 15:11:37 +00:00
Fix XIB loader for init of common vars
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/branches/gnustep_testplant_branch@40324 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
cb854e133f
commit
39cbce0576
1 changed files with 3 additions and 1 deletions
|
@ -230,7 +230,9 @@
|
|||
return nil;
|
||||
}
|
||||
|
||||
|
||||
// Initialize...
|
||||
[self _initCommon];
|
||||
|
||||
theParser = [[NSXMLParser alloc] initWithData: theData];
|
||||
[theParser setDelegate: self];
|
||||
|
||||
|
|
Loading…
Reference in a new issue