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/PSPowerManager.m

    r103 r105  
    180180    io_service_t pmuReference = openPMUComPort();
    181181    NSAssert(pmuReference != NULL, NSLocalizedString(@"Couldn't find PMU in IORegistry. This computer may not support automatic wake from sleep.", "Assertion message: couldn't open ApplePMU"));
     182    return pmuReference;
    182183}
    183184
Note: See TracChangeset for help on using the changeset viewer.