summaryrefslogtreecommitdiffstats
path: root/shemov.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'shemov.cpp')
-rw-r--r--shemov.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/shemov.cpp b/shemov.cpp
index c56ed58..74352b0 100644
--- a/shemov.cpp
+++ b/shemov.cpp
@@ -298,6 +298,7 @@ void SheMov::newMovieWizardWithFiles(){
return;
}
mNewMovieWizard->restart();
+ mNewMovieWizard->infoPage()->setCurrentDir(mFSWidget->currentDir());
foreach(QModelIndex sel, selected){
mNewMovieWizard->infoPage()->addFile(sel.data(SmDirModel::FullPathRole).toString());
}
@@ -310,6 +311,7 @@ void SheMov::newMovieWizardWithFiles(){
mNewMovieWizard->infoPage()->addFile(fi.absoluteFilePath());
}
}
+ mNewMovieWizard->infoPage()->selectFirst();
mNewMovieWizard->show();
}