nib2gmodel on MacOSX patches.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@4406 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
michael 1999-06-14 20:33:19 +00:00
parent e83e2f7d90
commit d0b2bf42c6
6 changed files with 52 additions and 6 deletions

View file

@ -124,7 +124,11 @@ BOOL _fileOwnerDecoded = NO;
{
int i, count;
#ifdef __APPLE__
[connections makeObjectsPerformSelector:@selector(establishConnection)];
#else
[connections makeObjectsPerform:@selector(establishConnection)];
#endif
/* Send the -awakeFromModel method */
for (i = 0, count = [objects count]; i < count; i++) {