Changeset 13325 for trunk/macosx/PrefsController.m
- Timestamp:
- May 29, 2012, 12:53:44 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/PrefsController.m
r13322 r13325 745 745 - (IBAction) setBuiltInGrowlEnabled: (id) sender 746 746 { 747 const BOOL enable = [ sender state] == NSOnState;747 const BOOL enable = [(NSButton *)sender state] == NSOnState; 748 748 [fDefaults setBool: enable forKey: @"DisplayNotifications"]; 749 749 [GrowlApplicationBridge setShouldUseBuiltInNotifications: enable];
Note: See TracChangeset
for help on using the changeset viewer.