self instead of super

This commit is contained in:
Mitchell Livingston 2006-07-30 22:20:20 +00:00
parent e8f77bb80f
commit 8121f8bb45
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@
- (id) initWithWindowNibName: (NSString *) name handle: (tr_handle_t *) handle
{
if ((self = [super initWithWindowNibName: name]))
if ((self = [self initWithWindowNibName: name]))
{
fDefaults = [NSUserDefaults standardUserDefaults];
fHandle = handle;