diff -r 9e8924ff9813 -r 2aaa2995a32e QTfrontend/ui/page/pageoptions.cpp --- a/QTfrontend/ui/page/pageoptions.cpp Mon Jan 14 21:17:42 2013 +0400 +++ b/QTfrontend/ui/page/pageoptions.cpp Mon Jan 14 21:37:04 2013 +0400 @@ -682,7 +682,7 @@ connect(btnDefaults, SIGNAL(clicked()), this, SLOT(setDefaultOptions())); #endif - connect(this, SIGNAL(pageEnter()), this, SLOT(setTeamOptionsEnabled())); + //connect(this, SIGNAL(pageEnter()), this, SLOT(setTeamOptionsEnabled())); connect(SLQuality, SIGNAL(valueChanged(int)), this, SLOT(setQuality(int))); connect(CBResolution, SIGNAL(currentIndexChanged(int)), this, SLOT(setResolution(int))); connect(CBFullscreen, SIGNAL(stateChanged(int)), this, SLOT(setFullscreen(int)));