From f26dae2c9d6ea9a7eb5f12bfb7b386819a3c3192 Mon Sep 17 00:00:00 2001 From: nowrep Date: Thu, 10 Mar 2011 16:24:21 +0100 Subject: [PATCH] Fixed bug when session wasn't saved by closing window --- src/app/qupzilla.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/qupzilla.cpp b/src/app/qupzilla.cpp index cb064ad46..6956432f4 100644 --- a/src/app/qupzilla.cpp +++ b/src/app/qupzilla.cpp @@ -677,7 +677,7 @@ bool QupZilla::quitApp() } settings.endGroup(); - mApp->aboutToCloseWindow(this); + mApp->quitApplication(); return true; }