summaryrefslogtreecommitdiff
path: root/core/launcher
Side-by-side diff
Diffstat (limited to 'core/launcher') (more/less context) (show whitespace changes)
-rw-r--r--core/launcher/launcher.cpp1
-rw-r--r--core/launcher/launcher.h2
2 files changed, 3 insertions, 0 deletions
diff --git a/core/launcher/launcher.cpp b/core/launcher/launcher.cpp
index 222592b..b26bd8b 100644
--- a/core/launcher/launcher.cpp
+++ b/core/launcher/launcher.cpp
@@ -520,12 +520,13 @@ void Launcher::loadDocs() // ok here comes a hack belonging to Global::
// we need to scan the list now. Hopefully the cache will be there
}else{ // come up with the gui
MediumMountGui medium((*it)->path() + "/.opiestorage.cf" );
if( medium.check() ){
if( medium.exec() ){ //ok
// speicher
+ cfg.writeEntry("timestamp", newStamp );
}
}else{
// do something different see what we need to do
}
}
}
diff --git a/core/launcher/launcher.h b/core/launcher/launcher.h
index 00ae980..197bd19 100644
--- a/core/launcher/launcher.h
+++ b/core/launcher/launcher.h
@@ -128,9 +128,11 @@ private:
SyncDialog *syncDialog;
void updateLink(const QString& link);
bool in_lnk_props;
bool got_lnk_change;
QString lnk_change;
+ QString m_timeStamp;
};
#endif // LAUNCHERVIEW_H
+