mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-11 18:45:17 -04:00
* Updated rspeers.h to match libretroshare.
* switched pgp password to encrypted entry * corrected NetworkDialog / NetworkView to use validLvl instead of trustLvl. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1271 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
d4b52a59e5
commit
42d2b62420
4 changed files with 10 additions and 5 deletions
|
@ -170,7 +170,7 @@ void NetworkView::insertPeers()
|
|||
{
|
||||
continue;
|
||||
}
|
||||
switch(detail.trustLvl)
|
||||
switch(detail.validLvl)
|
||||
{
|
||||
default:
|
||||
case GPGME_VALIDITY_UNKNOWN:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue