fixed small bug in NS gui

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7241 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2014-04-05 18:17:42 +00:00
parent fbec967b0c
commit 7403a5c6d9

View File

@ -564,7 +564,7 @@ void NetworkViewer::actionManageHash()
RsFileHash hash ;
if(qobject_cast<QAction*>(sender())->text().length() == 20) //data().toString().toStdString();
if(qobject_cast<QAction*>(sender())->text().length() == 40) //data().toString().toStdString();
{
hash = RsFileHash(qobject_cast<QAction*>(sender())->text().toStdString()) ;