(trunk, libT) #5176 'Deselecting all remaining files not working correctly' -- fix trunk regression.

This commit is contained in:
Jordan Lee 2012-12-19 07:59:49 +00:00
parent 106dfe2985
commit 11b4431e09
1 changed files with 1 additions and 0 deletions

View File

@ -2232,6 +2232,7 @@ tr_torrentSetFileDLs (tr_torrent * tor,
tr_torrentInitFileDLs (tor, files, fileCount, doDownload);
tr_torrentSetDirty (tor);
tr_torrentRecheckCompleteness (tor);
tr_peerMgrRebuildRequests (tor);
tr_torrentUnlock (tor);