mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 07:00:46 +00:00
Merge branch 'NSPopover_branch' of github.com:gnustep/libs-gui into NSPopover_branch
This commit is contained in:
commit
8395509199
1 changed files with 4 additions and 4 deletions
|
@ -183,10 +183,10 @@
|
|||
BOOL loaded = [NSBundle loadNibNamed: controllerClassName
|
||||
owner: controller];
|
||||
if (!loaded)
|
||||
{
|
||||
[NSException raise: NSInternalInconsistencyException
|
||||
format: @"Could not load controller %@", controllerClassName];
|
||||
}
|
||||
{
|
||||
[NSException raise: NSInternalInconsistencyExceptio
|
||||
format: @"Could not load controller %@", controllerClassName];
|
||||
}
|
||||
else
|
||||
{
|
||||
if ([controller view] == nil)
|
||||
|
|
Loading…
Reference in a new issue