Improved folder removing code

This commit is contained in:
Christophe Dumez
2010-05-01 08:29:04 +00:00
parent c800a0a6b5
commit cc532d95da
2 changed files with 2 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());