diff -r e1aaa1a4901f -r a734715a777a QTfrontend/hwform.cpp --- a/QTfrontend/hwform.cpp Thu Oct 16 16:57:51 2008 +0000 +++ b/QTfrontend/hwform.cpp Thu Oct 16 19:48:11 2008 +0000 @@ -278,7 +278,7 @@ if (editedTeam) { curTeamSelWidget->addTeam(*editedTeam); } - } else { + } else if(lastid != ID_PAGE_GAMESTATS && lastid != ID_PAGE_INGAME) { curTeamSelWidget->resetPlayingTeams(teamsList); } }