remove cache file when removing a transfer

This commit is contained in:
Mitchell Livingston 2008-02-19 05:09:52 +00:00
parent 4456c2dd90
commit d4eb3c018e
2 changed files with 3 additions and 2 deletions

2
NEWS
View File

@ -1,6 +1,8 @@
NEWS file for Transmission <http://www.transmissionbt.com/>
1.10 (2008/xx/yy)
- All Platforms:
+ Removing transfers will remove the associated cache file
- Mac:
+ Window when adding torrents to select files and other settings
+ Leopard: Group dividers

View File

@ -202,8 +202,7 @@ void completenessChangeCallback(tr_torrent * torrent, cp_status_t status, void *
//allow the file to be index by Time Machine
[self setTimeMachineExclude: NO forPath: [[self downloadFolder] stringByAppendingPathComponent: [self name]]];
tr_torrentRemoveSaved(fHandle);
tr_torrentClose(fHandle);
tr_torrentDelete(fHandle);
}
- (void) changeIncompleteDownloadFolder: (NSString *) folder