diff options
author | stuconnolly <stuart02@gmail.com> | 2011-11-05 22:01:30 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2011-11-05 22:01:30 +0000 |
commit | 38c17c0eddfb312ab341ab93d5b71ba90e9db1cc (patch) | |
tree | d83b844ecaf33dd19278af5e6b3ac5edf0e1488e /Frameworks/Growl.framework/Versions/A/Headers | |
parent | 355c209d75793ed7a845cd9c73261a5c32732294 (diff) | |
download | sequelpro-38c17c0eddfb312ab341ab93d5b71ba90e9db1cc.tar.gz sequelpro-38c17c0eddfb312ab341ab93d5b71ba90e9db1cc.tar.bz2 sequelpro-38c17c0eddfb312ab341ab93d5b71ba90e9db1cc.zip |
Update Growl framework to version 1.2.3 to fix compatibility with Growl 1.3. Fixes issue #1220.
Diffstat (limited to 'Frameworks/Growl.framework/Versions/A/Headers')
-rw-r--r-- | Frameworks/Growl.framework/Versions/A/Headers/GrowlApplicationBridge-Carbon.h | 2 | ||||
-rw-r--r-- | Frameworks/Growl.framework/Versions/A/Headers/GrowlApplicationBridge.h | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Frameworks/Growl.framework/Versions/A/Headers/GrowlApplicationBridge-Carbon.h b/Frameworks/Growl.framework/Versions/A/Headers/GrowlApplicationBridge-Carbon.h index d4adefd4..e7213dbe 100644 --- a/Frameworks/Growl.framework/Versions/A/Headers/GrowlApplicationBridge-Carbon.h +++ b/Frameworks/Growl.framework/Versions/A/Headers/GrowlApplicationBridge-Carbon.h @@ -2,7 +2,7 @@ // GrowlApplicationBridge-Carbon.h // Growl // -// Created by Mac-arena the Bored Zo on Wed Jun 18 2004. +// Created by Peter Hosey on Wed Jun 18 2004. // Based on GrowlApplicationBridge.h by Evan Schoenberg. // This source code is in the public domain. You may freely link it into any // program. 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 |