summaryrefslogtreecommitdiff
path: root/UQuickConnect.pas
diff options
context:
space:
mode:
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;