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 Silva 1999-06-14 20:33:19 +00:00
parent d667a0b705
commit 39f37c46e6
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++) {