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:
joss17 2010-01-13 21:32:56 +00:00
parent 54c7f8b81a
commit 442577d9fc
8 changed files with 368 additions and 198 deletions

View file

@ -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) ;