mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-11-23 01:10:39 -05:00
Updated rs interface for new File Transfer.
tweaked Transfer displays to work with new interface. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@783 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
0d96b43d34
commit
6a8509740b
5 changed files with 173 additions and 88 deletions
|
|
@ -30,7 +30,6 @@
|
|||
* #define DEBUG_ITEM 1
|
||||
****/
|
||||
|
||||
#define DEBUG_ITEM 1
|
||||
|
||||
/*******************************************************************
|
||||
* SubFileItem fully controls the file transfer from the gui side
|
||||
|
|
@ -541,7 +540,10 @@ void SubFileItem::download()
|
|||
std::cerr << "SubFileItem::download() Calling File Request";
|
||||
std::cerr << std::endl;
|
||||
std::list<std::string> srcIds;
|
||||
srcIds.push_back(mSrcId);
|
||||
if (mSrcId != "")
|
||||
{
|
||||
srcIds.push_back(mSrcId);
|
||||
}
|
||||
rsFiles->FileRequest(mFileName, mFileHash, mFileSize, "", 0, srcIds);
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue