googol has proposed merging lp:~googol-hush/openlp/trivial into lp:openlp.
Requested reviews:
OpenLP Core (openlp-core)
fix for empty slide in dual bible view
--
https://code.launchpad.net/~googol-hush/openlp/trivial/+merge/25380
Your team OpenLP Core is requested to review the proposed merge of
lp:~googol-hush/openlp/trivial into lp:openlp.
=== modified file 'openlp/plugins/bibles/lib/mediaitem.py'
--- openlp/plugins/bibles/lib/mediaitem.py 2010-05-09 20:02:38 +0000
+++ openlp/plugins/bibles/lib/mediaitem.py 2010-05-15 20:11:24 +0000
@@ -519,7 +519,7 @@
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)
_______________________________________________
Mailing list: https://launchpad.net/~openlp-core
Post to : [email protected]
Unsubscribe : https://launchpad.net/~openlp-core
More help : https://help.launchpad.net/ListHelp