From 68a7fbcf56b844e83e64534aeca76b8c49cf4d92 Mon Sep 17 00:00:00 2001 From: Jon Tibble Date: Fri, 30 Oct 2009 19:29:02 +0000 Subject: [PATCH] Fix bible function call --- openlp/plugins/bibles/lib/manager.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/openlp/plugins/bibles/lib/manager.py b/openlp/plugins/bibles/lib/manager.py index f5653c115..b18c8b4d8 100644 --- a/openlp/plugins/bibles/lib/manager.py +++ b/openlp/plugins/bibles/lib/manager.py @@ -283,7 +283,8 @@ class BibleManager(object): count = self.bible_db_cache[bible].get_max_bible_book_verses( book, chapter) if count == 0: - #text = self.get_verse_text(bible, book, chapter, chapter, 1, 1) + # Make sure the first chapter has been downloaded + self.get_verse_text(bible, book, chapter, chapter, 1, 1) count = self.bible_db_cache[bible].get_max_bible_book_verses( book, chapter) return count