diff -r 582e85254110 -r 6a4ace88d85a QTfrontend/ui/page/pagenetgame.cpp --- a/QTfrontend/ui/page/pagenetgame.cpp Mon Oct 24 11:14:09 2011 +0200 +++ b/QTfrontend/ui/page/pagenetgame.cpp Mon Oct 24 20:01:25 2011 +0200 @@ -76,7 +76,7 @@ bottomLayout->addWidget(leRoomName); - BtnUpdate = addButton(QAction::tr("Update"), bottomLayout, 1, false); + BtnUpdate = addButton(QAction::tr("Update"), bottomLayout, 1); bottomLayout->addStretch(); bottomLayout->addWidget(BtnGo);