mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-15 02:44:20 -05:00
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:
parent
c18196ec3d
commit
a516d53a5b
@ -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 ;
|
||||
|
Loading…
Reference in New Issue
Block a user