From 7f89810e3c6ff92b0771ca11a817b82e081ccfa5 Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Sat, 15 Nov 2008 13:30:43 +0100 Subject: Connection Manager: Add ability not to save any passwords --- UMain.pas | 2 ++ 1 file changed, 2 insertions(+) (limited to 'UMain.pas') diff --git a/UMain.pas b/UMain.pas index b163cb7..d07a10c 100644 --- a/UMain.pas +++ b/UMain.pas @@ -6019,6 +6019,8 @@ begin else FConnectionManager.SourcePanelEngine := RightPanelEngine; b := FConnectionManager.Run = mbOK; if FConnectionManager.ListView.Selected <> nil then ConfConnMgrActiveItem := FConnectionManager.ListView.Selected.Index; + ConfConnMgrDoNotSavePasswords := FConnectionManager.DoNotSavePasswordsCheckBox.Checked; + ConfConnMgrDoNotSynchronizeKeyring := FConnectionManager.DoNotSynchronizeKeyringCheckBox.Checked; WriteConnections; // Save connection manager data if b and (FConnectionManager.ConnectedEngine <> nil) then begin -- cgit v1.2.3