forked from openlp/openlp
Bible fixes part 2
This commit is contained in:
parent
f5229ffaa4
commit
8992f410a5
@ -137,8 +137,7 @@ class OSISBible(BibleDB):
|
||||
self.wizard.ImportProgressBar.setMaximum(260)
|
||||
if last_chapter != chapter:
|
||||
if last_chapter != 0:
|
||||
pass
|
||||
#self.save_verses()
|
||||
self.commit()
|
||||
self.wizard.incrementProgressBar(
|
||||
u'Importing %s %s...' % \
|
||||
(self.books[match.group(1)][0], chapter))
|
||||
|
Loading…
Reference in New Issue
Block a user