equal
deleted
inserted
replaced
469 void HWForm::OnPageShown(quint8 id, quint8 lastid) |
469 void HWForm::OnPageShown(quint8 id, quint8 lastid) |
470 { |
470 { |
471 #ifdef USE_XFIRE |
471 #ifdef USE_XFIRE |
472 updateXfire(); |
472 updateXfire(); |
473 #endif |
473 #endif |
|
474 if (id == ID_PAGE_DATADOWNLOAD) |
|
475 { |
|
476 ui.pageDataDownload->fetchList(); |
|
477 } |
474 if (id == ID_PAGE_DRAWMAP) { |
478 if (id == ID_PAGE_DRAWMAP) { |
475 DrawMapScene * scene; |
479 DrawMapScene * scene; |
476 if(lastid == ID_PAGE_MULTIPLAYER) |
480 if(lastid == ID_PAGE_MULTIPLAYER) |
477 scene = ui.pageMultiplayer->gameCFG->pMapContainer->getDrawMapScene(); |
481 scene = ui.pageMultiplayer->gameCFG->pMapContainer->getDrawMapScene(); |
478 else |
482 else |