diff options
Diffstat (limited to 'Source/SPGrowlController.m')
-rw-r--r-- | Source/SPGrowlController.m | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/SPGrowlController.m b/Source/SPGrowlController.m index 3fc27f64..7c352b9f 100644 --- a/Source/SPGrowlController.m +++ b/Source/SPGrowlController.m @@ -53,7 +53,9 @@ static SPGrowlController *sharedGrowlController = nil; { @synchronized(self) { return [[self sharedGrowlController] retain]; - } + } + + return nil; } - (id)init |