mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 12:00:45 +00:00
Merge branch 'master' into NSTreeController_branch2
This commit is contained in:
commit
329553c196
7 changed files with 12 additions and 12 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
Copyright (C) 1999, 2005 Free Software Foundation, Inc.
|
||||
|
||||
Author: Enrico Sersale <enrico@imago.ro>
|
||||
Author: Enrico Sersale
|
||||
Date: Dec 1999
|
||||
|
||||
This file is part of the GNUstep GUI Library.
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
|
||||
Copyright (C) 2002, 2009 Free Software Foundation, Inc.
|
||||
|
||||
Written by: Enrico Sersale <enrico@imago.ro>,
|
||||
Stefan Bidigaray <stefanbidi@gmail.com>
|
||||
Written by: Enrico Sersale
|
||||
Stefan Bidigaray <stefanbidi@gmail.com>
|
||||
Date: Jul 2002, Jun 2009
|
||||
|
||||
This file is part of the GNUstep GUI Library.
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
Copyright (C) 2002 Free Software Foundation, Inc.
|
||||
|
||||
Written By: <author name="Enrico Sersale"><email>enrico@imago.ro</email></author>
|
||||
Written By: Enrico Sersale
|
||||
Date: Jan 2002
|
||||
|
||||
This file is part of the GNU Objective C User Interface library.
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
Copyright (C) 2002, 2003 Free Software Foundation, Inc.
|
||||
|
||||
Created by: Enrico Sersale <enrico@imago.ro>
|
||||
Created by: Enrico Sersale
|
||||
Date: Jan 2002
|
||||
Author: Fred Kiefer <fredkiefer@gmx.de>
|
||||
Date: Jan 2003
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
Copyright (C) 1999, 2005 Free Software Foundation, Inc.
|
||||
|
||||
Author: Enrico Sersale <enrico@imago.ro>
|
||||
Author: Enrico Sersale
|
||||
Date: Dec 1999
|
||||
Modified: Fred Kiefer <FredKiefer@gmx.de>
|
||||
Date: January 2001
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
|
||||
Copyright (C) 2002, 2009 Free Software Foundation, Inc.
|
||||
|
||||
Author: Enrico Sersale <enrico@imago.ro>,
|
||||
Stefan Bidigaray <stefanbidi@gmail.com>
|
||||
Author: Enrico Sersale
|
||||
Stefan Bidigaray <stefanbidi@gmail.com>
|
||||
Date: Jul 2002, Jul 2009
|
||||
|
||||
This file is part of the GNUstep GUI Library.
|
||||
|
|
|
@ -23,9 +23,9 @@ int main()
|
|||
SKIP("It looks like GNUstep backend is not yet installed")
|
||||
}
|
||||
}
|
||||
NS_ENDHANDLER
|
||||
|
||||
NSData *data
|
||||
NS_ENDHANDLER;
|
||||
|
||||
NSData *data;
|
||||
GSXibKeyedUnarchiver *unarchiver;
|
||||
NSArray *rootObjects;
|
||||
NSEnumerator *enumerator;
|
||||
|
@ -35,7 +35,7 @@ int main()
|
|||
data = [NSData dataWithContentsOfFile:@"Menu.xib"];
|
||||
unarchiver = [GSXibKeyedUnarchiver unarchiverForReadingWithData:data];
|
||||
rootObjects = [unarchiver decodeObjectForKey: @"IBDocument.RootObjects"];
|
||||
enumerator = [rootObjects objectenumerator];
|
||||
enumerator = [rootObjects objectEnumerator];
|
||||
|
||||
while ((element = [enumerator nextObject]) != nil)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue