From 11b4431e09ea873f8d49802d21785fb4a600f509 Mon Sep 17 00:00:00 2001 From: Jordan Lee Date: Wed, 19 Dec 2012 07:59:49 +0000 Subject: [PATCH] (trunk, libT) #5176 'Deselecting all remaining files not working correctly' -- fix trunk regression. --- libtransmission/torrent.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libtransmission/torrent.c b/libtransmission/torrent.c index a2f817ff2..76ca759c2 100644 --- a/libtransmission/torrent.c +++ b/libtransmission/torrent.c @@ -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);