Fix scan directories saving (closes #694768)

This commit is contained in:
Christophe Dumez
2010-12-27 19:26:21 +00:00
parent f772e28bf9
commit be32669baf
4 changed files with 9 additions and 7 deletions

View File

@@ -351,7 +351,7 @@ void options_imp::saveOptions(){
pref.preAllocateAllFiles(preAllocateAllFiles());
pref.useAdditionDialog(useAdditionDialog());
pref.addTorrentsInPause(addTorrentsInPause());
ScanFoldersModel::instance()->makePersistent(pref);
ScanFoldersModel::instance()->makePersistent();
addedScanDirs.clear();
QString export_dir = getExportDir();
#if defined(Q_WS_WIN) || defined(Q_OS_OS2)