summaryrefslogtreecommitdiff
path: root/core/launcher/launcher.cpp
Side-by-side diff
Diffstat (limited to 'core/launcher/launcher.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--core/launcher/launcher.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/launcher/launcher.cpp b/core/launcher/launcher.cpp
index dcc3ba1..1c38a05 100644
--- a/core/launcher/launcher.cpp
+++ b/core/launcher/launcher.cpp
@@ -536,24 +536,25 @@ void Launcher::loadDocs() // ok here comes a hack belonging to Global::
qWarning("time stamp match" );
cfg.writeEntry("timestamp", newStamp );
// we need to scan the list now. Hopefully the cache will be there
}else{ // come up with the gui
qWarning("time stamp doesn't match" );
MediumMountGui medium((*it)->path() );
qWarning("medium mount gui created" );
if( medium.check() ){
qWarning("need to check this device" );
if( medium.exec() ){ //ok
// speicher
qWarning("execed" );
+ cfg.read();
cfg.writeEntry("timestamp", newStamp );
}
}else{
qWarning("wrong :(" );
// do something different see what we need to do
}
}
}
}
qWarning("findDocuments" );
Global::findDocuments(docsFolder); // get rid of this call later
qWarning("done" );