# HG changeset patch # User displacer # Date 1170602664 0 # Node ID 9201c85f7ff4be9378eeb0e16c7637595b323f00 # Parent 29299ca39155e116ca33d880b20557448ce0a97d color change in slave network client is now disabled diff -r 29299ca39155 -r 9201c85f7ff4 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(); }