diff --git a/macosx/PrefsController.m b/macosx/PrefsController.m index 44f0005a9..0d435a46a 100644 --- a/macosx/PrefsController.m +++ b/macosx/PrefsController.m @@ -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;