summaryrefslogtreecommitdiffstats
path: root/shemov.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'shemov.cpp')
-rw-r--r--shemov.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/shemov.cpp b/shemov.cpp
index 42e6784..82033bf 100644
--- a/shemov.cpp
+++ b/shemov.cpp
@@ -300,6 +300,7 @@ void SheMov::newMovieWizardWithFiles(){
mNewMovieWizard->infoPage()->setCurrentDir(mFSWidget->currentDir());
foreach(QModelIndex sel, selected){
mNewMovieWizard->infoPage()->addFile(sel.data(SmDirModel::FullPathRole).toString());
+ mNewMovieWizard->infoPage()->guessOld(sel.data(SmDirModel::FullPathRole).toString());
}
QSettings s;
bool autoAddCovers = s.value("ui/autoaddcovers", false).toBool();