mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
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:
parent
47f0f7236e
commit
810a5cacc0
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user