summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--macosx/Controller.mm3
1 files changed, 1 insertions, 2 deletions
diff --git a/macosx/Controller.mm b/macosx/Controller.mm
index 5410ba041..33c6e25fa 100644
--- a/macosx/Controller.mm
+++ b/macosx/Controller.mm
@@ -80,8 +80,7 @@ static NSString* ChooseSourceIdentifier = @"Choose Source Item Identifie
fHandle = hb_init(debugLevel, [[NSUserDefaults standardUserDefaults] boolForKey:@"CheckForUpdates"]);
// Set the Growl Delegate
- HBController *hbGrowlDelegate = [[HBController alloc] init];
- [GrowlApplicationBridge setGrowlDelegate: hbGrowlDelegate];
+ [GrowlApplicationBridge setGrowlDelegate: self];
/* Init others controllers */
[fPictureController SetHandle: fHandle];
[fQueueController SetHandle: fHandle];