mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-29 21:07:39 +00:00
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:
parent
d667a0b705
commit
39f37c46e6
6 changed files with 52 additions and 6 deletions
|
@ -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++) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue