mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
use right status ions
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8008 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
b5febb0278
commit
4dede651c7
@ -415,11 +415,11 @@ void ChatLobbyDialog::updateParticipantsList()
|
||||
time_t now = time(NULL);
|
||||
|
||||
if(isParticipantMuted(it2->first))
|
||||
widgetitem->setIcon(COLUMN_ICON, QIcon(":/images/ledoff1.png")) ;
|
||||
widgetitem->setIcon(COLUMN_ICON, QIcon(":/images/redled.png")) ;
|
||||
else if (tLastAct<now-60*30)
|
||||
widgetitem->setIcon(COLUMN_ICON, QIcon(":/images/grayled.png"));
|
||||
else
|
||||
widgetitem->setIcon(COLUMN_ICON, QIcon(":/images/ledon1.png"));
|
||||
widgetitem->setIcon(COLUMN_ICON, QIcon(":/images/greenled.png"));
|
||||
|
||||
RsGxsId gxs_id;
|
||||
rsMsgs->getIdentityForChatLobby(lobbyId, gxs_id);
|
||||
|
Loading…
Reference in New Issue
Block a user