color change in slave network client is now disabled
authordisplacer
Sun, 04 Feb 2007 15:24:24 +0000
changeset 385 9201c85f7ff4
parent 384 29299ca39155
child 386 21eeb5ac0486
color change in slave network client is now disabled
QTfrontend/teamselhelper.cpp
--- a/QTfrontend/teamselhelper.cpp	Sun Feb 04 15:04:56 2007 +0000
+++ b/QTfrontend/teamselhelper.cpp	Sun Feb 04 15:24:24 2007 +0000
@@ -83,6 +83,7 @@
     disconnect(butt, SIGNAL(clicked()));
     disconnect(bText, SIGNAL(clicked()));
   }
+  disconnect(colorButt, SIGNAL(clicked()), this, SLOT(changeTeamColor()));
   phhoger->setNonInteractive();
 }