fixed display of uploads tunnels

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2453 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2010-02-27 20:19:31 +00:00
parent c18196ec3d
commit a516d53a5b

View File

@ -97,6 +97,9 @@ void TurtleRouterDialog::updateDisplay()
if(_f2f_TW->topLevelItem(i)->text(0) == "Unknown hashes" && unknown_hash_found)
found = true ;
if(_f2f_TW->topLevelItem(i)->childCount() > 0) // this saves uploading hashes
found = true ;
for(uint j=0;j<hashes_info.size() && !found;++j)
if(_f2f_TW->topLevelItem(i)->text(0).toStdString() == hashes_info[j][0])
found=true ;