only have a single proxy password, regardless of account name, address, etc; only attempt to grab it from the keychain when both the "enable proxy" and "enable proxy authorization" checks are enabled

This commit is contained in:
Mitchell Livingston
2008-06-13 03:44:56 +00:00
parent 584f138975
commit 4a0bbfaad3
2 changed files with 27 additions and 31 deletions

View File

@@ -60,6 +60,7 @@
IBOutlet NSTextField * fProxyAddressField, * fProxyPasswordField;
IBOutlet NSPopUpButton * fProxyTypePopUp;
NSString * fProxyPassword;
BOOL fProxyPasswordSet;
IBOutlet NSTextField * fRPCPortField;
IBOutlet NSTableView * fRPCAccessTable;