From 1d06562c697e2e317bd81b65da349799556f6631 Mon Sep 17 00:00:00 2001 From: Stevan Pettit Date: Tue, 13 Sep 2011 13:20:51 -0400 Subject: [PATCH] added QCoreApplication.exit() to cancel button --- openlp/core/ui/firsttimeform.py | 1 + 1 file changed, 1 insertion(+) diff --git a/openlp/core/ui/firsttimeform.py b/openlp/core/ui/firsttimeform.py index 53000e3e0..b3c899ed2 100644 --- a/openlp/core/ui/firsttimeform.py +++ b/openlp/core/ui/firsttimeform.py @@ -222,6 +222,7 @@ class FirstTimeForm(QtGui.QWizard, Ui_FirstTimeWizard): if self.lastId == FirstTimePage.NoInternet or \ (self.lastId <= FirstTimePage.Plugins and \ not self.hasRunWizard): + QtCore.QCoreApplication.exit() sys.exit() self.downloadCanceled = True Receiver.send_message(u'cursor_normal')