QTfrontend/hwform.cpp
changeset 6911 1cda333286e0
parent 6910 ea058558c68b
child 6930 d187ea93fc4f
equal deleted inserted replaced
6910:ea058558c68b 6911:1cda333286e0
   591     if (id == ID_PAGE_MAIN)
   591     if (id == ID_PAGE_MAIN)
   592     {
   592     {
   593         ui.pageOptions->setTeamOptionsEnabled(true);
   593         ui.pageOptions->setTeamOptionsEnabled(true);
   594     }
   594     }
   595 
   595 
       
   596     if (id == ID_PAGE_SETUP)
       
   597     {
       
   598         config->reloadValues();
       
   599     }
       
   600 
   596     // load and save ignore/friends lists
   601     // load and save ignore/friends lists
   597     if (lastid == ID_PAGE_NETGAME) // leaving a room
   602     if (lastid == ID_PAGE_NETGAME) // leaving a room
   598         ui.pageNetGame->pChatWidget->saveLists(ui.pageOptions->editNetNick->text());
   603         ui.pageNetGame->pChatWidget->saveLists(ui.pageOptions->editNetNick->text());
   599     else if(lastid == ID_PAGE_ROOMSLIST) // leaving the lobby
   604     else if(lastid == ID_PAGE_ROOMSLIST) // leaving the lobby
   600         ui.pageRoomsList->chatWidget->saveLists(ui.pageOptions->editNetNick->text());
   605         ui.pageRoomsList->chatWidget->saveLists(ui.pageOptions->editNetNick->text());