GUI: invite action menu bugfix

This commit is contained in:
doitux
2010-03-30 19:39:26 +00:00
parent b7809a6ca9
commit 193aaed8cb
@@ -1329,7 +1329,7 @@ void gameLobbyDialogImpl::showNickListContextMenu(QPoint p)
}
else {
nickListInviteAction->setText(tr("Invite player ..."));
nickListInviteAction->setEnabled(true);
nickListInviteAction->setEnabled(false);
}
nickListContextMenu->popup(treeWidget_NickList->mapToGlobal(p));