summaryrefslogtreecommitdiff
path: root/UMain.pas
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@users.sourceforge.net>2008-11-15 13:30:43 +0100
committerTomas Bzatek <tbzatek@users.sourceforge.net>2008-11-15 13:30:43 +0100
commit7f89810e3c6ff92b0771ca11a817b82e081ccfa5 (patch)
treeb9dfae2f0e7c19e4aa4ba12af5a51fbf0a59e010 /UMain.pas
parentf51fc44e0d479335b68650016b40813129039322 (diff)
downloadtuxcmd-7f89810e3c6ff92b0771ca11a817b82e081ccfa5.tar.xz
Connection Manager: Add ability not to save any passwords
Diffstat (limited to 'UMain.pas')
-rw-r--r--UMain.pas2
1 files changed, 2 insertions, 0 deletions
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