- Fix new settings not being saved

This commit is contained in:
Christophe Dumez 2009-12-18 16:32:26 +00:00
parent a6207f70d5
commit 04e008afa0
4 changed files with 21 additions and 20 deletions

View file

@ -1794,6 +1794,7 @@ QString Bittorrent::getSavePath(QString hash) {
if(savePath.isEmpty())
savePath = defaultSavePath;
if(appendLabelToSavePath) {
qDebug("appendLabelToSavePath is true");
QString label = TorrentTempData::getLabel(hash);
if(!label.isEmpty()) {
QDir save_dir(savePath);