QTfrontend/hwform.cpp
changeset 6151 9fd5b70acb1a
parent 6131 4e8816cf9459
child 6160 863d3edf5690
--- a/QTfrontend/hwform.cpp	Wed Oct 19 02:10:27 2011 +0200
+++ b/QTfrontend/hwform.cpp	Wed Oct 19 16:10:18 2011 +0200
@@ -1204,7 +1204,7 @@
         // disconnect connections first to ensure their inexistance and not to connect twice
         ui.pageNetGame->BtnStart->disconnect(hwnet);
         ui.pageNetGame->BtnUpdate->disconnect(hwnet);
-        ui.pageNetGame->leRoomName->setText(hwnet->getRoom());
+        ui.pageNetGame->setRoomName(hwnet->getRoom());
         ui.pageNetGame->restrictJoins->disconnect(hwnet);
         ui.pageNetGame->restrictTeamAdds->disconnect(hwnet);
         connect(ui.pageNetGame->BtnStart, SIGNAL(clicked()), hwnet, SLOT(startGame()));