- .savepath files were not always removed

This commit is contained in:
Christophe Dumez 2006-10-23 21:51:21 +00:00
parent 52f1463cb9
commit 5373628af5

View file

@ -1270,7 +1270,7 @@ void GUI::deleteSelection(){
torrentBackup.remove(fileName+".paused");
torrentBackup.remove(fileName+".incremental");
torrentBackup.remove(fileName+".pieces");
torrentBackup.remove(fileName+".filepath");
torrentBackup.remove(fileName+".savepath");
// Update info bar
setInfoBar("'" + fileName +"' "+tr("removed.", "<file> removed."));
--nbTorrents;