small fixes for last action

This commit is contained in:
doitux
2010-08-04 21:11:47 +00:00
parent 8e6bbf62a8
commit 5f09f4b9bd
2 changed files with 176 additions and 213 deletions
@@ -1141,7 +1141,6 @@ void gameLobbyDialogImpl::showGameDescription(bool show) {
label_gameDesc5->show();
label_gameDesc6->show();
label_gameDesc7->show();
line->show();
}
else {
label_gameType->hide();
@@ -1151,7 +1150,6 @@ void gameLobbyDialogImpl::showGameDescription(bool show) {
label_gameDesc5->hide();
label_gameDesc6->hide();
label_gameDesc7->hide();
line->hide();
}
}