#4939 Access Growl from preferences (disabled until the 1.4 framework is released)

This commit is contained in:
Mitchell Livingston
2012-06-10 01:44:03 +00:00
parent d6c1db86cd
commit bb395c1473
3 changed files with 122 additions and 119 deletions

View File

@@ -37,8 +37,7 @@
NSString * fInitialString;
IBOutlet NSButton * fBuiltInGrowlButton;
IBOutlet NSTextField * fGrowlInstalledField;
IBOutlet NSButton * fBuiltInGrowlButton, *fGrowlAppButton;
IBOutlet NSTextField * fCheckForUpdatesLabel;
IBOutlet NSButton * fCheckForUpdatesButton, * fCheckForUpdatesBetaButton;
@@ -105,6 +104,7 @@
- (void) setBadge: (id) sender;
- (IBAction) setBuiltInGrowlEnabled: (id) sender;
- (IBAction) openGrowlApp: (id) sender;
- (void) resetWarnings: (id) sender;