rejoin lobby after missing game fix

This commit is contained in:
doitux
2009-06-17 21:03:45 +00:00
parent e6c1168cee
commit 3377ae7397
2 changed files with 4 additions and 0 deletions
@@ -518,6 +518,9 @@ void gameLobbyDialogImpl::clearDialog()
label_TimeoutForPlayerAction->setText("");
myGameListModel->clear();
myGameListSelectionModel->clear();
myGameListSelectionModel->clearSelection();
myGameListSortFilterProxyModel->clear();
treeView_GameList->show();
treeWidget_connectedPlayers->clear();
@@ -518,6 +518,7 @@ void startWindowImpl::showLobbyDialog()
}
else
{
myGameLobbyDialog->clearDialog();
mySession->terminateNetworkClient();
}
}