Fix bug in bibles with 2 bible displays

bzr-revno: 817
This commit is contained in:
andreas@andypc 2010-05-16 16:24:16 +01:00 committed by Tim Bentley
commit 005dccb5d8
1 changed files with 1 additions and 1 deletions

View File

@ -519,7 +519,7 @@ class BibleMediaItem(MediaManagerItem):
else:
service_item.theme = self.parent.settings_tab.bible_theme
#if we are verse per slide we have already been added
if self.parent.settings_tab.layout_style != 0:
if self.parent.settings_tab.layout_style != 0 and not bible2:
raw_slides.append(bible_text)
for slide in raw_slides:
service_item.add_from_text(slide[:30], slide)