aboutsummaryrefslogtreecommitdiffstats
path: root/MainController.m
diff options
context:
space:
mode:
Diffstat (limited to 'MainController.m')
-rw-r--r--MainController.m2
1 files changed, 2 insertions, 0 deletions
diff --git a/MainController.m b/MainController.m
index 3a176a80..36656ed0 100644
--- a/MainController.m
+++ b/MainController.m
@@ -680,6 +680,8 @@ code that need to be executed when the nib file is loaded
//register MainController for AppleScript events
[[ NSScriptExecutionContext sharedScriptExecutionContext] setTopLevelObject: self ];
+ [GrowlApplicationBridge setGrowlDelegate:self];
+
prefs = [[NSUserDefaults standardUserDefaults] retain];
isNewFavorite = NO;