openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #12640
[Merge] lp:~trb143/openlp/bug-883975 into lp:openlp
Tim Bentley has proposed merging lp:~trb143/openlp/bug-883975 into lp:openlp.
Requested reviews:
Andreas Preikschat (googol)
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/80832
Stop alerts crashing if triggered with splash screen
--
https://code.launchpad.net/~trb143/openlp/bug-883975/+merge/80832
Your team OpenLP Core is subscribed to branch 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 18:23:29 +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, plugins=self.plugins))
self.__hideMouse()
# To display or not to display?
if not self.screen[u'primary']:
Follow ups