From 41753e1ebe629eaf5965fd2d605db6f967c73801 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 30 Jul 2020 20:54:39 +0300 Subject: Plugin Updater: failed download doesn't close update window --- plugins/PluginUpdater/src/DlgUpdate.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins') diff --git a/plugins/PluginUpdater/src/DlgUpdate.cpp b/plugins/PluginUpdater/src/DlgUpdate.cpp index eb61f2197b..dc563cbcba 100644 --- a/plugins/PluginUpdater/src/DlgUpdate.cpp +++ b/plugins/PluginUpdater/src/DlgUpdate.cpp @@ -359,6 +359,7 @@ public: void ShowError() { MessageBox(m_hwnd, TranslateT("Update failed! One of the components wasn't downloaded correctly. Try it again later."), TranslateT("Plugin Updater"), MB_OK | MB_ICONERROR); + dwThreadId = 0; Close(); } }; -- cgit v1.2.3