]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/main.cpp
Fix the problem of the tree view. When we are expanding too many nodes (or very large...
[dolphin.git] / src / main.cpp
index 395c5e1b83b6ce2291bfa4093152350463eda14a..c42cc044fd2c8b5e3e9997ee1d852a0b530f62da 100644 (file)
@@ -80,7 +80,7 @@ int main(int argc, char **argv)
     QApplication::setWindowIcon(KIcon("system-file-manager"));
     KGlobal::locale()->insertCatalog("libkonq"); // needed for applications using libkonq
 
-    if (false /*app.isSessionRestored()*/) {
+    if (app.isSessionRestored()) {
         int n = 1;
         while (KMainWindow::canBeRestored(n)) {
             const QString className = KXmlGuiWindow::classNameOfToplevel(n);