Changeset 6161


Ignore:
Timestamp:
Jun 12, 2008, 3:32:13 PM (15 years ago)
Author:
livings124
Message:

remove reference to proxy password in prefs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/macosx/Controller.m

    r6157 r6161  
    229229                                [fDefaults boolForKey: @"ProxyAuthorize"],
    230230                                [[fDefaults stringForKey: @"ProxyUsername"] UTF8String],
    231                                 [[fDefaults stringForKey: @"ProxyPassword"] UTF8String]);
     231                                NULL); /* reset in prefs - from Keychain */
    232232       
    233233        [NSApp setDelegate: self];
Note: See TracChangeset for help on using the changeset viewer.