From: Peter Penz Date: Thu, 27 Sep 2007 13:06:52 +0000 (+0000) Subject: temporary deactivate session restoring until it can be tested with a working desktop X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/03639796e5584ac5e88fc9ecd4830080f12fcca1 temporary deactivate session restoring until it can be tested with a working desktop svn path=/trunk/KDE/kdebase/apps/; revision=717741 --- 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);