QTfrontend/hwform.cpp
branch0.9.16
changeset 5999 dad168522e3b
parent 5907 64ccc6be0ec5
child 6131 4e8816cf9459
--- a/QTfrontend/hwform.cpp	Wed Oct 12 04:14:38 2011 +0200
+++ b/QTfrontend/hwform.cpp	Fri Oct 14 19:00:31 2011 +0200
@@ -471,6 +471,10 @@
 #ifdef USE_XFIRE
     updateXfire();
 #endif
+    if (id == ID_PAGE_DATADOWNLOAD)
+    {
+        ui.pageDataDownload->fetchList();
+    }
     if (id == ID_PAGE_DRAWMAP) {
         DrawMapScene * scene;
         if(lastid == ID_PAGE_MULTIPLAYER)