diff options
| author | Peter Penz <[email protected]> | 2007-09-27 13:06:52 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-09-27 13:06:52 +0000 |
| commit | 03639796e5584ac5e88fc9ecd4830080f12fcca1 (patch) | |
| tree | 369a0875a6d78b80f66723bd806d4ecde375aaba | |
| parent | f37aaf794846121dd77e770b27c9c9eafb375c3f (diff) | |
temporary deactivate session restoring until it can be tested with a working desktop
svn path=/trunk/KDE/kdebase/apps/; revision=717741
| -rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 225c48ed6..a54e8d4fc 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -75,7 +75,7 @@ int main(int argc, char **argv) DolphinApplication app; KGlobal::locale()->insertCatalog("libkonq"); // needed for applications using libkonq - if (app.isSessionRestored()) { + if (false /*app.isSessionRestored()*/) { int n = 1; while (KMainWindow::canBeRestored(n)) { const QString className = KXmlGuiWindow::classNameOfToplevel(n); |
