← Back to team overview

openlp-core team mailing list archive

[Merge] lp:~trb143/openlp/bug-883975 into lp:openlp

 

Tim Bentley has proposed merging lp:~trb143/openlp/bug-883975 into lp:openlp.

Requested reviews:
  OpenLP Core (openlp-core)
Related bugs:
  Bug #883975 in OpenLP: "Crash when sending an alert while the initial screen is displayed."
  https://bugs.launchpad.net/openlp/+bug/883975

For more details, see:
https://code.launchpad.net/~trb143/openlp/bug-883975/+merge/80773

Stop alerts crashing if triggered with splash screen
-- 
https://code.launchpad.net/~trb143/openlp/bug-883975/+merge/80773
Your team OpenLP Core is requested to review the proposed merge of lp:~trb143/openlp/bug-883975 into lp:openlp.
=== modified file 'openlp/core/ui/maindisplay.py'
--- openlp/core/ui/maindisplay.py	2011-10-29 19:13:11 +0000
+++ openlp/core/ui/maindisplay.py	2011-10-31 06:16:26 +0000
@@ -171,7 +171,7 @@
             serviceItem = ServiceItem()
             serviceItem.bg_image_bytes = image_to_byte(self.initialFrame)
             self.webView.setHtml(build_html(serviceItem, self.screen,
-                self.isLive, None))
+                self.isLive, None, self.plugins))
             self.__hideMouse()
             # To display or not to display?
             if not self.screen[u'primary']:


Follow ups