--- a/QTfrontend/ui/page/pagenetgame.cpp Sat Sep 29 19:26:18 2012 +0400
+++ b/QTfrontend/ui/page/pagenetgame.cpp Mon Oct 01 00:31:38 2012 +0400
@@ -38,7 +38,6 @@
// chatwidget
pChatWidget = new HWChatWidget(this, m_gameSettings, true);
- pChatWidget->setShowReady(true); // show status bulbs by default
pChatWidget->setShowFollow(false); // don't show follow in nicks' context menus
pChatWidget->setIgnoreListKick(true); // kick ignored players automatically
pageLayout->addWidget(pChatWidget, 2, 0, 1, 2);