Improved empty folder removing code

This commit is contained in:
Christophe Dumez
2010-05-01 08:31:28 +00:00
parent 984e7c7c7b
commit 9c63e418cf
3 changed files with 3 additions and 3 deletions

View File

@@ -729,8 +729,6 @@ void PropertiesWidget::renameSelectedFile() {
return;
}
}
// Save savepath
TorrentPersistentData::saveSavePath(h.hash(), savePath.absolutePath());
// Actually move storage
if(!BTSession->useTemporaryFolder() || h.is_seed())
h.move_storage(savePath.absolutePath());