QTfrontend/ui/page/pageoptions.cpp
changeset 8386 2aaa2995a32e
parent 8384 a6e7a95f3b2e
child 8387 f9d1191476ce
--- 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)));