summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r--src/mainwindow.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index 01bb4fc1..1f5d5bdc 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -1049,6 +1049,7 @@ bool MainWindow::exit()
if (QMessageBox::question(this, tr("Downloads in progress"),
tr("There are still downloads in progress, do you really want to quit?"),
QMessageBox::Yes | QMessageBox::Cancel) == QMessageBox::Cancel) {
+ m_closing = false;
return false;
} else {
m_OrganizerCore.downloadManager()->pauseAll();