mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-12 19:12:28 -04:00
gui implementations
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2025 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
54c7f8b81a
commit
442577d9fc
8 changed files with 368 additions and 198 deletions
|
@ -142,10 +142,10 @@ void TrustView::update()
|
|||
|
||||
std::list<std::string> neighs;
|
||||
|
||||
// if(!rsPeers->getOthersList(neighs))
|
||||
if(!rsPeers->getGPGAllList(neighs))
|
||||
return ;
|
||||
|
||||
// neighs.push_back(rsPeers->getPGPOwnId()) ;
|
||||
neighs.push_back(rsPeers->getGPGOwnId()) ;
|
||||
|
||||
trustTableTW->setSortingEnabled(false) ;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue