summaryrefslogtreecommitdiff
path: root/UConnectionManager.pas
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@users.sourceforge.net>2009-11-17 16:37:34 +0100
committerTomas Bzatek <tbzatek@users.sourceforge.net>2009-11-17 16:37:34 +0100
commit8487ec272eaadcb60b778d440eba9e108282bf63 (patch)
tree89eef8f8fd2c2dc888f9803a2a039961e1c9bdfd /UConnectionManager.pas
parentd884d5168984d36a5c08f4814e81b070d7c964d3 (diff)
downloadtuxcmd-8487ec272eaadcb60b778d440eba9e108282bf63.tar.xz
Fix some compiler warnings and hints
Diffstat (limited to 'UConnectionManager.pas')
-rw-r--r--UConnectionManager.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/UConnectionManager.pas b/UConnectionManager.pas
index 72574b5..62b34b9 100644
--- a/UConnectionManager.pas
+++ b/UConnectionManager.pas
@@ -518,8 +518,8 @@ var AFQuickConnect: TFQuickConnect;
begin
ConfConnMgrDoNotSavePasswords := DoNotSavePasswordsCheckBox.Checked;
ConfConnMgrDoNotSynchronizeKeyring := DoNotSynchronizeKeyringCheckBox.Checked;
+ AFQuickConnect := TFQuickConnect.Create(Self);
try
- AFQuickConnect := TFQuickConnect.Create(Self);
AFQuickConnect.SourcePanelEngine := SourcePanelEngine;
AFQuickConnect.ConnectionManager := Self;
if (AFQuickConnect.Run = mbOK) and (AFQuickConnect.ConnectedEngine <> nil) then begin