Ignore:
Timestamp:
03/02/03 19:53:27 (21 years ago)
Author:
Nicholas Riley
Message:

PSAlarm.m: Fixed logic bug with invalid date/time combination. Added
repeating indicator to -description. Fixed plist archiving to
properly handle repeating alarms which expire while the app is quit
(1).

PSAlarmAlertController.m: Restore some debugging.

PSPowerManager.m: Properly return pmuReference (fixes compiler
warning, and 2).

Read Me.rtfd: Fixed some wording.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Cocoa/Pester/Source/PSAlarmAlertController.m

    r61 r105  
    4141    unsigned count = [pendingAlerts count];
    4242    [pendingAlerts removeObject: alert];
    43     // NSLog(@"removed: %@; still pending: %@", alert, [pendingAlerts description]);
    44     // NSLog(@"alarm: %@ retainCount %d", [notification object], [[notification object] retainCount]);
     43    NSLog(@"removed: %@; still pending: %@", alert, [pendingAlerts description]);
     44    NSLog(@"alarm: %@ retainCount %d", [notification object], [[notification object] retainCount]);
    4545    NSAssert2([pendingAlerts count] == count - 1, @"alert not in set: %@\n%@", alert, notification);
    4646    if ([pendingAlerts count] == 0) {
Note: See TracChangeset for help on using the changeset viewer.