diff -r 026fd01a5e2c -r 4e8816cf9459 QTfrontend/hwform.cpp --- a/QTfrontend/hwform.cpp Sun Oct 16 11:45:46 2011 -0400 +++ b/QTfrontend/hwform.cpp Sun Oct 16 21:03:30 2011 +0200 @@ -451,6 +451,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)