From 33cd80174d48317d01bb0d65bfb2068375e962f6 Mon Sep 17 00:00:00 2001 From: Vladimir Byko-Ianko Date: Mon, 14 Mar 2016 18:14:42 +0300 Subject: [PATCH] [new downloader] qt browser. Processing status Partly for group mwm. --- qt/update_dialog.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/qt/update_dialog.cpp b/qt/update_dialog.cpp index e7f6794e9a..8d4743c10c 100644 --- a/qt/update_dialog.cpp +++ b/qt/update_dialog.cpp @@ -183,6 +183,7 @@ namespace qt case NodeStatus::NotDownloaded: case NodeStatus::Error: + case NodeStatus::Partly: st.DownloadNode(countryId); break;