X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/384ee037c2f58ca58f3274249f3b44d840af8ef9..dbc8874c00c35aaefacdd03f8aef9e4ac4e2be01:/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);