mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-02 05:02:33 -04:00
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:
parent
c3d92dc472
commit
086c5f8e53
2 changed files with 9 additions and 4 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue