From 38c17c0eddfb312ab341ab93d5b71ba90e9db1cc Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Sat, 5 Nov 2011 22:01:30 +0000 Subject: Update Growl framework to version 1.2.3 to fix compatibility with Growl 1.3. Fixes issue #1220. --- .../Growl.framework/Versions/A/Headers/GrowlApplicationBridge.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Frameworks/Growl.framework/Versions/A/Headers/GrowlApplicationBridge.h') diff --git a/Frameworks/Growl.framework/Versions/A/Headers/GrowlApplicationBridge.h b/Frameworks/Growl.framework/Versions/A/Headers/GrowlApplicationBridge.h index 1e39f8d6..8afda27e 100644 --- a/Frameworks/Growl.framework/Versions/A/Headers/GrowlApplicationBridge.h +++ b/Frameworks/Growl.framework/Versions/A/Headers/GrowlApplicationBridge.h @@ -45,9 +45,9 @@ * @method isGrowlInstalled * @abstract Detects whether Growl is installed. * @discussion Determines if the Growl prefpane and its helper app are installed. - * @result Returns YES if Growl is installed, NO otherwise. + * @result this method will forever return YES */ -+ (BOOL) isGrowlInstalled; ++ (BOOL) isGrowlInstalled __attribute__((deprecated)); /*! * @method isGrowlRunning -- cgit v1.2.3