Show
Ignore:
Timestamp:
10/24/08 15:29:38 (3 months ago)
Author:
astrange
Message:

Make disabling automatic updates actually work.
Update Checker: Don't overwrite NextRunDate? if it's set to distantFuture.
PrefPane?: Revert r473

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/perian-1.1/CPFPerianPrefPaneController.m

    r923 r968  
    799799        [[NSDistributedNotificationCenter defaultCenter] removeObserver:self name:UPDATE_STATUS_NOTIFICATION object:nil]; 
    800800        [[NSDistributedNotificationCenter defaultCenter] addObserver:self selector:@selector(updateCheckStatusChanged:) name:UPDATE_STATUS_NOTIFICATION object:nil]; 
    801         CFPreferencesSetAppValue((CFStringRef)NEXT_RUN_KEY, NULL, perianAppID); 
    802801        CFPreferencesSetAppValue((CFStringRef)MANUAL_RUN_KEY, [NSNumber numberWithBool:YES], perianAppID); 
    803802        CFPreferencesAppSynchronize(perianAppID);