return self in init

This commit is contained in:
pinkerton%aol.net 2004-02-04 04:36:45 +00:00
parent 4fbee089ca
commit 0d299b7683

View File

@ -90,6 +90,7 @@ const long kMinSearchPaneHeight = 80;
// wait for |-completeSetup| to be called to lazily complete our setup
mSetupComplete = NO;
}
return self;
}
- (void)dealloc