From eb938062b3118a859b3b156af19929516880823e Mon Sep 17 00:00:00 2001 From: doitux Date: Tue, 29 Jun 2010 15:54:26 +0000 Subject: [PATCH] Bugfix #0000020: Ability to start a vote not restored when leaving a game --- src/gui/qt/gametable/gametableimpl.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gui/qt/gametable/gametableimpl.cpp b/src/gui/qt/gametable/gametableimpl.cpp index 91dd77c4..600af42e 100755 --- a/src/gui/qt/gametable/gametableimpl.cpp +++ b/src/gui/qt/gametable/gametableimpl.cpp @@ -2865,6 +2865,7 @@ void gameTableImpl::networkGameModification() { for (i=0; isetEnabledContextMenu(TRUE); playerAvatarLabelArray[i]->setVoteOnKickContextMenuEnabled(TRUE); + playerAvatarLabelArray[i]->setVoteRunning(FALSE); } if(myStartWindow->getSession()->getGameType() == Session::GAME_TYPE_INTERNET) {