1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-11 07:18:08 +00:00

- .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;