* 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:
drbob 2009-05-25 11:45:07 +00:00
parent d4b52a59e5
commit 42d2b62420
4 changed files with 10 additions and 5 deletions

View file

@ -170,7 +170,7 @@ void NetworkView::insertPeers()
{
continue;
}
switch(detail.trustLvl)
switch(detail.validLvl)
{
default:
case GPGME_VALIDITY_UNKNOWN: