Changeset 64 for trunk/Cocoa/Pester/Source/PSAlarms.m
- Timestamp:
- 01/07/03 08:31:52 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Cocoa/Pester/Source/PSAlarms.m
r61 r64 37 37 + (void)setUp; 38 38 { 39 [PSTimer setUp]; 39 40 if (PSAlarmsAllAlarms == nil) { 40 41 NSDictionary *plAlarms = [[NSUserDefaults standardUserDefaults] objectForKey: PSAllAlarms]; … … 45 46 } 46 47 [PSAlarmsAllAlarms _updateNextAlarm]; // only generate notifications after singleton established 47 [PSTimer setUp];48 48 } 49 49 }
Note:
See TracChangeset
for help on using the changeset viewer.