mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-25 09:11:06 -04:00
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:
parent
dd17fcdcda
commit
886b366d5c
2 changed files with 35 additions and 25 deletions
|
@ -759,7 +759,6 @@ void ForumsDialog::fillThreadFinished()
|
|||
insertPost ();
|
||||
CalculateIconsAndFonts();
|
||||
|
||||
ui.newmessageButton->setEnabled (IS_FORUM_SUBSCRIBED(subscribeFlags));
|
||||
ui.newthreadButton->setEnabled (IS_FORUM_SUBSCRIBED(subscribeFlags));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue