New split view, other fixes.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@2869 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 1998-07-28 17:51:55 +00:00
parent b41a9d6e9a
commit 9a7f58d597
14 changed files with 37 additions and 56 deletions

View file

@ -46,7 +46,7 @@ NSString *NSPortTimeoutException
- copyWithZone: (NSZone*)aZone
{
return [super copyWithZone:aZone];
return NSCopyObject(self, 0, zone);
}
- delegate
@ -56,7 +56,6 @@ NSString *NSPortTimeoutException
- (void) encodeWithCoder: (NSCoder*)aCoder
{
[super encodeWithCoder: aCoder];
}
- init
@ -67,7 +66,6 @@ NSString *NSPortTimeoutException
- initWithCoder: (NSCoder*)aCoder
{
self = [super initWithCoder: aCoder];
return self;
}