From a84c686090de39edea976b1557e24b5d4c0712ec Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Tue, 4 Dec 2007 12:04:53 +0000 Subject: [PATCH] - Fixed a problem when closing to systray, then closing the app and cancel --- src/GUI.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/GUI.cpp b/src/GUI.cpp index 664968e81..16d0c0a32 100644 --- a/src/GUI.cpp +++ b/src/GUI.cpp @@ -494,6 +494,7 @@ void GUI::closeEvent(QCloseEvent *e) { tr("&Yes"), tr("&No"), QString(), 0, 1)) { e->ignore(); + force_exit = false; return; } }