Fixed html title bug in the forum message when answering to a message in ForumMsgItem.

Fixed enabled sate of the new message buton in ForumsDialog.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4312 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2011-06-20 21:19:48 +00:00
parent dd17fcdcda
commit 886b366d5c
2 changed files with 35 additions and 25 deletions

View file

@ -759,7 +759,6 @@ void ForumsDialog::fillThreadFinished()
insertPost ();
CalculateIconsAndFonts();
ui.newmessageButton->setEnabled (IS_FORUM_SUBSCRIBED(subscribeFlags));
ui.newthreadButton->setEnabled (IS_FORUM_SUBSCRIBED(subscribeFlags));
}