From 03639796e5584ac5e88fc9ecd4830080f12fcca1 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Thu, 27 Sep 2007 13:06:52 +0000 Subject: temporary deactivate session restoring until it can be tested with a working desktop svn path=/trunk/KDE/kdebase/apps/; revision=717741 --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.cpp') 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); -- cgit v1.3