Changeset 10551
- Timestamp:
- Apr 29, 2010, 11:35:44 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/torrent.c
r10528 r10551 941 941 } 942 942 943 tr_torrent_activity943 static tr_torrent_activity 944 944 tr_torrentGetActivity( tr_torrent * tor ) 945 945 { … … 1714 1714 tr_fdTorrentClose( tor->session, tor->uniqueId ); 1715 1715 1716 /* if the torrent is a seed now, 1717 * and the files used to be in the incompleteDir, 1718 * then move them to the destination directory */ 1719 if( tr_torrentIsSeed( tor ) && ( tor->currentDir == tor->incompleteDir ) ) 1720 tr_torrentSetLocation( tor, tor->downloadDir, TRUE, NULL, NULL ); 1716 if( tr_torrentIsSeed( tor ) ) 1717 { 1718 tr_torrentCheckSeedRatio( tor ); 1719 1720 if( tor->currentDir == tor->incompleteDir ) 1721 tr_torrentSetLocation( tor, tor->downloadDir, TRUE, NULL, NULL ); 1722 } 1721 1723 1722 1724 fireCompletenessChange( tor, completeness );
Note: See TracChangeset
for help on using the changeset viewer.