old "back-to-lobby" button removed

This commit is contained in:
doitux
2007-11-08 21:38:14 +00:00
parent 09509f8960
commit 1ca9b5e18a
3 changed files with 3 additions and 27 deletions
@@ -176,7 +176,7 @@ void gameLobbyDialogImpl::refresh(int actionID) {
if (actionID == MSG_NET_GAME_CLIENT_START)
{
QTimer::singleShot(500, this, SLOT(accept()));
this->accept();
}
}