Skip to content

Commit

Permalink
Merge pull request #1628 from cacaodev/CPCib-instantiateCibWithOwner_…
Browse files Browse the repository at this point in the history
…topLevelObjects_

CPCib -instantiateCibWithOwner:topLevelObjects:
  • Loading branch information
aparajita committed Jul 23, 2012
2 parents 9eee7a2 + 02a89e2 commit 7b28350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AppKit/Cib/CPCib.j
Expand Up @@ -162,7 +162,7 @@ var CPCibObjectDataKey = @"CPCibObjectDataKey";

- (BOOL)instantiateCibWithOwner:(id)anOwner topLevelObjects:(CPArray)topLevelObjects
{
return [self instantiateCibWithExternalNameTable:[CPDictionary dictionaryWithObjectsAndKeys:anOwner, CPCibOwner, topLevelObjects, CPCibTopLevelObjects]];
return [self instantiateCibWithExternalNameTable:[CPDictionary dictionaryWithObjects:[anOwner, topLevelObjects] forKeys:[CPCibOwner, CPCibTopLevelObjects]]];
}

@end
Expand Down

0 comments on commit 7b28350

Please sign in to comment.