forked from openlp/openlp
Fix bugs
This commit is contained in:
parent
8d31844ee0
commit
53d498bdc9
@ -781,7 +781,7 @@ class MainWindow(QtGui.QMainWindow, Ui_MainWindow):
|
||||
QtGui.QMessageBox.Save),
|
||||
QtGui.QMessageBox.Save)
|
||||
if ret == QtGui.QMessageBox.Save:
|
||||
self.ServiceManagerContents.onSaveService(TRUE)
|
||||
self.ServiceManagerContents.onSaveService(True)
|
||||
self.cleanUp()
|
||||
event.accept()
|
||||
elif ret == QtGui.QMessageBox.Discard:
|
||||
|
@ -316,5 +316,5 @@ class BibleManager(object):
|
||||
Loop through the databases to VACUUM them.
|
||||
"""
|
||||
for bible in self.db_cache:
|
||||
self.db_cache[bible].finalise
|
||||
self.db_cache[bible].finalise()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user