mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-29 09:18:45 -04:00
added check to avoid adding 3 times the same file request
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@985 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
88a32c67fc
commit
fb01f61bb2
1 changed files with 27 additions and 26 deletions
|
@ -724,6 +724,7 @@ void RemoteDirModel::downloadSelected(QModelIndexList list)
|
|||
/* Fire off requests */
|
||||
QModelIndexList::iterator it;
|
||||
for(it = list.begin(); it != list.end(); it++)
|
||||
if(it->column()==1)
|
||||
{
|
||||
void *ref = it -> internalPointer();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue