fixed downloading of links attached to forums

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2054 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2010-01-16 14:31:32 +00:00
parent 5618d145a9
commit fee083e6b8
4 changed files with 41 additions and 41 deletions

View file

@ -1197,7 +1197,7 @@ void TransfersDialog::pasteLink()
//downloadFileRequested(linkData.getName (), linkData.getSize ().toInt (),
// linkData.getHash (), "", -1, -1, -1, -1);
rsFiles->FileRequest (linkData.getName ().toStdString (), linkData.getHash ().toStdString (),
linkData.getSize().toULongLong(), "", 0, srcIds);
linkData.getSize().toULongLong(), "", RS_FILE_HINTS_NETWORK_WIDE, srcIds);
}
}