mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 12:10:47 +00:00
synchronise with trunk ot get bugfixes and cleanups etc
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/branches/themes@23923 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a43f1d0c71
commit
b6a0cb6acf
76 changed files with 1037 additions and 353 deletions
|
@ -167,7 +167,7 @@
|
|||
- (void) encodeWithCoder: (NSCoder*)aCoder
|
||||
{
|
||||
[super encodeWithCoder: aCoder];
|
||||
if([aCoder allowsKeyedCoding] == NO)
|
||||
if ([aCoder allowsKeyedCoding] == NO)
|
||||
{
|
||||
[aCoder encodeObject: _window];
|
||||
[aCoder encodeRect: _rect];
|
||||
|
@ -177,7 +177,7 @@
|
|||
- (id) initWithCoder: (NSCoder*)aDecoder
|
||||
{
|
||||
self = [super initWithCoder: aDecoder];
|
||||
if([aDecoder allowsKeyedCoding] == NO)
|
||||
if ([aDecoder allowsKeyedCoding] == NO)
|
||||
{
|
||||
[aDecoder decodeValueOfObjCType: @encode(id) at: &_window];
|
||||
_rect = [aDecoder decodeRect];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue