summaryrefslogtreecommitdiff
path: root/UConnectionManager.pas
diff options
context:
space:
mode:
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 0be9305..3957a20 100644
--- a/UConnectionManager.pas
+++ b/UConnectionManager.pas
@@ -637,7 +637,7 @@ begin
Thread.DialogsParentWindow := AParentForm;
Thread.AEngine := Engine;
Thread.URI := URI;
- Thread.Resume;
+ Thread.Start;
ProcessThreadEvents(Thread);
Result := Thread.OpenResult;
if Thread.OpenError <> nil then