Merge branch 'NSPopover_branch' of github.com:gnustep/libs-gui into NSPopover_branch

This commit is contained in:
Gregory John Casamento 2021-10-03 05:15:31 -04:00
commit 8395509199

View file

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