mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-24 11:40:47 +00:00
[finishLaunching] removed uneeded call
to loadGModel:owner: as this gets done in loadNibNamed:owner:. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@8086 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
c153969272
commit
dacc328789
1 changed files with 1 additions and 2 deletions
|
@ -602,8 +602,7 @@ static NSCell* tileCell = nil;
|
|||
{
|
||||
if ([NSBundle loadNibNamed: mainModelFile owner: self] == NO)
|
||||
{
|
||||
if ([NSBundle loadGModelNamed: mainModelFile owner: self] == NO)
|
||||
NSLog (@"Cannot load the main model file '%@'", mainModelFile);
|
||||
NSLog (@"Cannot load the main model file '%@'", mainModelFile);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue