stop alerts crashing with splash screen

bzr-revno: 1793
This commit is contained in:
Tim Bentley 2011-11-01 06:09:21 +00:00
commit d4eeb4136a
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@ class MainDisplay(QtGui.QGraphicsView):
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']: