diff options
| author | Wolfgang Bauer <[email protected]> | 2016-01-28 21:10:05 +0100 |
|---|---|---|
| committer | Wolfgang Bauer <[email protected]> | 2016-01-28 21:10:05 +0100 |
| commit | 08819ca3b1ec42f3c1aa022a57049fab24150bc4 (patch) | |
| tree | 4a8bc8947b4ddae93940b3b34962c4c372ef0fdf /src | |
| parent | 3b8623b0403a85751a3b48648a541f9534cd3d78 (diff) | |
| parent | bf1dbee1d6a709983d9f5034c61e2f005fdc6aee (diff) | |
Merge branch 'Applications/15.12'
Diffstat (limited to 'src')
| -rw-r--r-- | src/dolphinmainwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphinmainwindow.cpp b/src/dolphinmainwindow.cpp index 81c55e814..272a78f82 100644 --- a/src/dolphinmainwindow.cpp +++ b/src/dolphinmainwindow.cpp @@ -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; } |
