mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-12 19:12:28 -04:00
make peer details work for GPG key in the network view gui
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2010 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
77b3c0afd0
commit
41600dc3cf
13 changed files with 472 additions and 486 deletions
|
@ -162,7 +162,7 @@ void TrustView::update()
|
|||
int i = getRowColId(details.id) ;
|
||||
std::string issuer(details.issuer) ; // the one we check for trust.
|
||||
|
||||
for(list<string>::const_iterator it2(details.signers.begin());it2!=details.signers.end();++it2)
|
||||
for(list<string>::const_iterator it2(details.gpgSigners.begin());it2!=details.gpgSigners.end();++it2)
|
||||
{
|
||||
cout << *it2 << " " ;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue