diff options
-rw-r--r-- | src/mainwindow.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 805f3d45..90a650cf 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -1373,6 +1373,10 @@ void MainWindow::enableNetworkAnalysis(bool b) bool MainWindow::queryClose() { + // this should fux bug 240432 + if(Application::instance()->sessionSaving()) + return true; + if (m_view->count() > 1) { int answer = KMessageBox::questionYesNoCancel( |