diff options
author | Remko Tronçon <git@el-tramo.be> | 2012-03-09 11:31:47 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2012-03-09 11:31:47 (GMT) |
commit | 1089374439fa6073800679817198e3c39283113e (patch) | |
tree | 39c070d8fe65dae6a70f44ccaac9dea5f2957f93 /SwifTools/Notifier/GrowlNotifierDelegate.h | |
parent | c83da56f6c93db3dc8040be1137fd40a08bf4132 (diff) | |
download | swift-contrib-1089374439fa6073800679817198e3c39283113e.zip swift-contrib-1089374439fa6073800679817198e3c39283113e.tar.bz2 |
Fixed Growl crash.
Diffstat (limited to 'SwifTools/Notifier/GrowlNotifierDelegate.h')
-rw-r--r-- | SwifTools/Notifier/GrowlNotifierDelegate.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/SwifTools/Notifier/GrowlNotifierDelegate.h b/SwifTools/Notifier/GrowlNotifierDelegate.h index 7a556cc..b7f0968 100644 --- a/SwifTools/Notifier/GrowlNotifierDelegate.h +++ b/SwifTools/Notifier/GrowlNotifierDelegate.h @@ -18,6 +18,7 @@ namespace Swift { @property (nonatomic, retain) NSDictionary* registrationDictionary; @property (nonatomic, copy) NSString* name; +@property (nonatomic) Swift::GrowlNotifier* notifier; - (NSDictionary*) registrationDictionaryForGrowl; - (NSString *) applicationNameForGrowl; |