From 8992f410a57ae5727793b833d7589aa1ec851927 Mon Sep 17 00:00:00 2001 From: Tim Bentley Date: Sat, 6 Feb 2010 16:51:18 +0000 Subject: [PATCH] Bible fixes part 2 --- openlp/plugins/bibles/lib/osis.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/openlp/plugins/bibles/lib/osis.py b/openlp/plugins/bibles/lib/osis.py index f7b25d47b..396b3b6ba 100644 --- a/openlp/plugins/bibles/lib/osis.py +++ b/openlp/plugins/bibles/lib/osis.py @@ -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))