Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/qt
diff options
context:
space:
mode:
Diffstat (limited to 'qt')
-rw-r--r--qt/update_dialog.cpp1
1 files changed, 1 insertions, 0 deletions
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;