Changed system exit call

This commit is contained in:
Stevan Pettit 2011-08-28 09:39:34 -04:00
parent 24126e74c8
commit 9957419f2b

View File

@ -981,7 +981,7 @@ class MainWindow(QtGui.QMainWindow, Ui_MainWindow):
QtGui.QMessageBox.Ok)) QtGui.QMessageBox.Ok))
self.settingsImported = True self.settingsImported = True
self.cleanUp() self.cleanUp()
os._exit(0) QtCore.QCoreApplication.exit()
def onSettingsExportItemClicked(self, exportFileName=None): def onSettingsExportItemClicked(self, exportFileName=None):
""" """