--- a/QTfrontend/ui/page/pageoptions.cpp Mon Jan 14 13:19:47 2013 +0100
+++ b/QTfrontend/ui/page/pageoptions.cpp Mon Jan 14 13:28:03 2013 +0100
@@ -682,6 +682,7 @@
connect(btnDefaults, SIGNAL(clicked()), this, SLOT(setDefaultOptions()));
#endif
+ 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)));