diff options
Diffstat (limited to 'macosx/HBAudioController.m')
-rw-r--r-- | macosx/HBAudioController.m | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/macosx/HBAudioController.m b/macosx/HBAudioController.m index 1a5f7c47b..afad54512 100644 --- a/macosx/HBAudioController.m +++ b/macosx/HBAudioController.m @@ -536,12 +536,11 @@ NSString *HBMixdownChangedNotification = @"HBMixdownChangedNotification"; - (IBAction)showSettingsSheet:(id)sender { self.defaultsController = [[[HBAudioDefaultsController alloc] initWithSettings:self.settings] autorelease]; - self.defaultsController.delegate = self; [NSApp beginSheet:[self.defaultsController window] modalForWindow:[[self view] window] modalDelegate:self - didEndSelector:NULL + didEndSelector:@selector(sheetDidEnd) contextInfo:NULL]; } |