mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-28 18:42:20 -04:00
fixed up color codes for qt 4.7 in NetworkGraph (bug in qt::lighter())
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4581 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
8941aa5991
commit
52a8b281d5
2 changed files with 27 additions and 1 deletions
|
@ -158,7 +158,7 @@ void NetworkView::updateDisplay()
|
|||
if(!rsPeers->getPeerDetails(info.gpg_id, detail))
|
||||
continue ;
|
||||
|
||||
switch(detail.validLvl)
|
||||
switch(detail.trustLvl)
|
||||
{
|
||||
case GPGME_VALIDITY_MARGINAL: auth = GraphWidget::ELASTIC_NODE_AUTH_MARGINAL ; break;
|
||||
case GPGME_VALIDITY_FULL:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue