Fixed to display mail icon when Distant Message is read.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7788 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2014-12-23 19:58:49 +00:00
parent 47f0f7236e
commit 810a5cacc0

View File

@ -1242,7 +1242,7 @@ void MessagesDialog::insertMessages()
{
item->setIcon(COLUMN_SIGNATURE, QIcon(":/images/blue_lock_open.png")) ;
item->setToolTip(COLUMN_SIGNATURE, tr("This message has been successfully decrypted, and is unsigned.")) ;
item->setIcon(COLUMN_SUBJECT, QIcon(":/images/mail-decrypted-full.png")) ;
item->setIcon(COLUMN_SUBJECT, QIcon(":/images/message-mail-read.png")) ;
if(it->msgflags & RS_MSG_SIGNED)
{