Browse Source

- .savepath files were not always removed

adaptive-webui-19844
Christophe Dumez 18 years ago
parent
commit
5373628af5
  1. 2
      src/GUI.cpp

2
src/GUI.cpp

@ -1270,7 +1270,7 @@ void GUI::deleteSelection(){ @@ -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;

Loading…
Cancel
Save