mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-30 09:07:32 -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
|
@ -341,7 +341,7 @@ void NetworkView::insertSignatures()
|
|||
continue;
|
||||
}
|
||||
|
||||
for(sit = detail.signers.begin(); sit != detail.signers.end(); sit++)
|
||||
for(sit = detail.gpgSigners.begin(); sit != detail.gpgSigners.end(); sit++)
|
||||
{
|
||||
|
||||
if (*it != *sit)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue