mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 20:01:11 +00:00
Merge with main branch revision 39484
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/branches/gnustep_testplant_branch@39485 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
edbfc4ebd7
commit
33ed3c7f75
1 changed files with 2 additions and 3 deletions
|
@ -1,5 +1,4 @@
|
|||
#import <Foundation/NSObject.h>
|
||||
#import <AppKit/NSNibConnector.h>
|
||||
#import <Foundation/NSKeyedArchiver.h>
|
||||
#import "GNUstepGUI/GSXibElement.h"
|
||||
#import "GNUstepGUI/GSXibLoading.h"
|
||||
|
@ -99,12 +98,12 @@
|
|||
return name;
|
||||
}
|
||||
|
||||
- (void) setRuntimeAttributes: (NSString *)attrbutes
|
||||
- (void) setRuntimeAttributes: (NSArray *)attrbutes
|
||||
{
|
||||
ASSIGN(runtimeAttributes, attrbutes);
|
||||
}
|
||||
|
||||
- (NSString *) runtimeAttributes
|
||||
- (NSArray *) runtimeAttributes
|
||||
{
|
||||
return runtimeAttributes;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue