← Back to team overview

openlp-core team mailing list archive

[Merge] lp:~trb143/openlp/bugfixes1 into lp:openlp

 

Tim Bentley has proposed merging lp:~trb143/openlp/bugfixes1 into lp:openlp.

Requested reviews:
  OpenLP Core (openlp-core)
Related bugs:
  #637547 Editing a song in a loaded service file crashes
  https://bugs.launchpad.net/bugs/637547
  #637886 Replacing live video background with nothing live causes crash
  https://bugs.launchpad.net/bugs/637886
  #642778 enchant.DictNotFoundError: Dictionary for language 'ja_JP' could not be found
  https://bugs.launchpad.net/bugs/642778


Update preview song
-- 
https://code.launchpad.net/~trb143/openlp/bugfixes1/+merge/36640
Your team OpenLP Core is requested to review the proposed merge of lp:~trb143/openlp/bugfixes1 into lp:openlp.
=== modified file 'openlp/core/lib/rendermanager.py'
--- openlp/core/lib/rendermanager.py	2010-09-16 21:19:51 +0000
+++ openlp/core/lib/rendermanager.py	2010-09-25 16:18:42 +0000
@@ -192,13 +192,15 @@
         log.debug(u'generate preview')
         # set the default image size for previews
         self.calculate_default(self.screens.preview[u'size'])
-        verse = u'Amazing Grace!\n'\
-        'How sweet the sound\n'\
-        'To save a wretch like me;\n'\
-        'I once was lost but now am found,\n'\
-        'Was blind, but now I see.'
+        verse = u'The Lord said to {r}Noah{/r}: \n' \
+        'There\'s gonna be a {su}floody{/su}, {sb}floody{/sb}\n' \
+        'The Lord said to {g}Noah{/g}:\n' \
+        'There\'s gonna be a {st}floody{/st}, {it}floody{/it}\n' \
+        'Get those children out of the muddy, muddy \n' \
+        '{r}C{/r}{b}h{/b}{bl}i{/bl}{y}l{/y}{g}d{/g}{pk}' \
+        'r{/pk}{o}e{/o}{pp}n{/pp} of the Lord\n'
         footer = []
-        footer.append(u'Amazing Grace (John Newton)' )
+        footer.append(u'Arky Arky (Unknown)' )
         footer.append(u'Public Domain')
         footer.append(u'CCLI 123456')
         # build a service item to generate preview


Follow ups