equal
deleted
inserted
replaced
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()); |