diff -r e72f3398a28b -r 25cb6f4a1d1b QTfrontend/hwform.cpp --- a/QTfrontend/hwform.cpp Sat Feb 09 18:32:51 2013 -0500 +++ b/QTfrontend/hwform.cpp Sat Feb 09 18:58:19 2013 -0500 @@ -1238,6 +1238,8 @@ this, SLOT(NetGameChangeStatus(bool)), Qt::QueuedConnection); // net page stuff + connect(hwnet, SIGNAL(roomNameUpdated(const QString &)), + ui.pageNetGame, SLOT(setRoomName(const QString &))); connect(hwnet, SIGNAL(chatStringFromNet(const QString&)), ui.pageNetGame->chatWidget, SLOT(onChatString(const QString&)), Qt::QueuedConnection);