From 6d8f567a58e0a6edc1cee75301b461aa5013c5da Mon Sep 17 00:00:00 2001 From: defnax Date: Thu, 29 May 2014 15:19:19 +0000 Subject: [PATCH] Added Patch from Phenom AddChatMutedIconActivity_v0.6_7355 git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7390 b45a01b8-16f6-495d-af2f-9b41ad6348cc --- retroshare-gui/src/gui/chat/ChatLobbyDialog.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/retroshare-gui/src/gui/chat/ChatLobbyDialog.cpp b/retroshare-gui/src/gui/chat/ChatLobbyDialog.cpp index 301c170ed..91c199040 100644 --- a/retroshare-gui/src/gui/chat/ChatLobbyDialog.cpp +++ b/retroshare-gui/src/gui/chat/ChatLobbyDialog.cpp @@ -379,7 +379,8 @@ void ChatLobbyDialog::updateParticipantsList() time_t tLastAct=widgetitem->text(COLUMN_ACTIVITY).toInt(); time_t now = time(NULL); - if (tLastActsetIcon(COLUMN_ICON, QIcon(":/images/grayled.png")); + if (tLastActsetIcon(COLUMN_ICON, QIcon(isParticipantMuted(participant)?":/images/ledoff1.png":":/images/grayled.png")); std::string nickName; rsMsgs->getNickNameForChatLobby(lobbyId, nickName);