Fixed update of the forum message state and the summary in ForumsDialog when the message is read in the news feed.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5015 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2012-03-12 00:27:18 +00:00
parent fedba02d18
commit c918ac84af
3 changed files with 42 additions and 1 deletions

View file

@ -127,7 +127,9 @@ MessageWidget::MessageWidget(bool controlled, QWidget *parent, Qt::WFlags flags)
processSettings("MessageWidget", true);
}
/* Hide platform specific features */
ui.dateText-> setText("");
/* Hide platform specific features */
#ifdef Q_WS_WIN
#endif