summaryrefslogtreecommitdiff
path: root/UQuickConnect.pas
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@users.sourceforge.net>2009-12-13 20:20:55 +0100
committerTomas Bzatek <tbzatek@users.sourceforge.net>2009-12-13 20:20:55 +0100
commit4cdfa1d463b2f33436aea8f1ca8a4f75f5938ddf (patch)
tree967c1f615854984b9b0dd4ffa8ca28f73b603f5a /UQuickConnect.pas
parent0f7616a007edaa1d19c4672a4fd390c072b1eba6 (diff)
downloadtuxcmd-4cdfa1d463b2f33436aea8f1ca8a4f75f5938ddf.tar.xz
Consolidate ProcessProgressThread, make it more universal
Diffstat (limited to 'UQuickConnect.pas')
-rw-r--r--UQuickConnect.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/UQuickConnect.pas b/UQuickConnect.pas
index 89a2439..af634ce 100644
--- a/UQuickConnect.pas
+++ b/UQuickConnect.pas
@@ -334,7 +334,7 @@ begin
Engine.Password := URIRipPassword(URI, True);
Error := nil;
- if not AFConnectionManager.DoConnectInternal(URI, Engine, FWidget, True, @Error) then begin
+ if not AFConnectionManager.DoConnectInternal(URI, Engine, Self, True, @Error) then begin
if not AFConnectionManager.FSilenceError then
ShowError(Self, 'Couldn''t open the URI specified', Error);
Table.Enabled := True;