summaryrefslogtreecommitdiff
path: root/core/launcher/documentlist.cpp
Unidiff
Diffstat (limited to 'core/launcher/documentlist.cpp') (more/less context) (show whitespace changes)
-rw-r--r--core/launcher/documentlist.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/core/launcher/documentlist.cpp b/core/launcher/documentlist.cpp
index 9736e65..39dc7c9 100644
--- a/core/launcher/documentlist.cpp
+++ b/core/launcher/documentlist.cpp
@@ -21,2 +21,3 @@
21#include "serverinterface.h" 21#include "serverinterface.h"
22#include "mediadlg.h"
22 23
@@ -436,7 +437,7 @@ void DocumentListPrivate::appendDocpath(FileSystem*fs)
436 if (!f.exists()) { 437 if (!f.exists()) {
437 if (defPath.exists()) { 438 Mediadlg dlg(fs);
438 docPaths+=defPath.path(); 439 if (QDialog::Accepted != QPEApplication::execDialog( &dlg )) {
439 }
440 return; 440 return;
441 } 441 }
442 }
442 Config conf(f.filePath(), Config::File ); 443 Config conf(f.filePath(), Config::File );