← Back to team overview

linuxdcpp-team team mailing list archive

[Bug 337576] Re: Partially downloaded files removed from download queue adds to finished in 0.7091

 

Same as last but with group by user.

Upload works the same as download. If you want partial upload just
change if(!item->isFull()) to if(!upload && !item->isFull())


** Patch added: "option 1"
   http://launchpadlibrarian.net/52994617/partial.patch

-- 
Partially downloaded files removed from download queue adds to finished in 0.7091
https://bugs.launchpad.net/bugs/337576
You received this bug notification because you are a member of LinuxDC++
Team, which is subscribed to LinuxDC++.

Status in Linux DC++: Confirmed

Bug description:
Detailed description of the issue
If I remove from download queue partially downloaded file it appears in finished downloads in linuxdcpp 0.7091.

Expected results
It should not appear in finished downloads.