]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphinmainwindow.cpp
SVN_SILENT made messages (after extraction)
[dolphin.git] / src / dolphinmainwindow.cpp
index 81c55e814c26085adfd2a9bc69fee401dc3505ed..272a78f8293dc87c1e5d6e917a29e999385e06c8 100644 (file)
@@ -347,7 +347,7 @@ void DolphinMainWindow::closeEvent(QCloseEvent* event)
     // Find out if Dolphin is closed directly by the user or
     // by the session manager because the session is closed
     bool closedByUser = true;
-    if (qApp->isSessionRestored()) {
+    if (qApp->isSavingSession()) {
         closedByUser = false;
     }