Bugfix: show correct signed / unsigned state of forum messages

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2853 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2010-05-05 23:06:05 +00:00
parent c3d92dc472
commit 086c5f8e53
2 changed files with 9 additions and 4 deletions

View file

@ -149,9 +149,7 @@ void CreateForumMsg::newMsg()
if (fi.forumFlags & RS_DISTRIB_AUTHEN_REQ)
{
ui.signBox->setChecked(true);
//ui.signBox->setEnabled(false);
// For Testing.
ui.signBox->setEnabled(true);
ui.signBox->setEnabled(false);
}
else
{
@ -199,7 +197,6 @@ void CreateForumMsg::createMsg()
rsForums->ForumMessageSend(msgInfo);
close();
return;
}