since keychain is smart enough to not ask to unlock a keychain if the desired key doesn't exist anyway, it's probably fair to always try to get the proxy password from the keychain at launch

This commit is contained in:
Mitchell Livingston
2008-06-13 04:22:07 +00:00
parent 7c8a7c3936
commit 1c38bce649
2 changed files with 2 additions and 14 deletions

View File

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