mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-05-30 16:50:52 +00:00
o coder changes
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@18180 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
3605fa6a18
commit
ce706211bf
1 changed files with 1 additions and 2 deletions
|
@ -241,7 +241,7 @@ RCS_ID("$Id$")
|
|||
//--------------------------------------------------------------------
|
||||
-(id)initWithCoder:(NSCoder*)coder
|
||||
{
|
||||
if ((self = [super initWithCoder:coder]))
|
||||
if ((self = [self init]))
|
||||
{
|
||||
[coder decodeValueOfObjCType:@encode(id)
|
||||
at:&_url];
|
||||
|
@ -254,7 +254,6 @@ RCS_ID("$Id$")
|
|||
//--------------------------------------------------------------------
|
||||
-(void)encodeWithCoder:(NSCoder*)coder
|
||||
{
|
||||
[super encodeWithCoder:coder];
|
||||
[self _compose];
|
||||
[coder encodeObject:_url];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue