← Back to team overview

openlp-core team mailing list archive

[Merge] lp:~phill-ridout/openlp/fixes into lp:openlp

 

phill has proposed merging lp:~phill-ridout/openlp/fixes into lp:openlp.

Requested reviews:
  OpenLP Core (openlp-core)
Related bugs:
  #609442 Display desktop turns off when an item is changed in the live controller
  https://bugs.launchpad.net/bugs/609442


Found and removed two lines, cant see any reason why those line are currently needed, but if you guys could make doubly sure. I've given it a good testing, and cant find any adverse affects!
-- 
https://code.launchpad.net/~phill-ridout/openlp/fixes/+merge/30985
Your team OpenLP Core is requested to review the proposed merge of lp:~phill-ridout/openlp/fixes into lp:openlp.
=== modified file 'openlp/core/ui/maindisplay.py'
--- openlp/core/ui/maindisplay.py	2010-07-25 08:54:58 +0000
+++ openlp/core/ui/maindisplay.py	2010-07-26 20:21:49 +0000
@@ -456,7 +456,7 @@
                 self.displayText.setPixmap(frame)
             else:
                 self.displayText.setPixmap(QtGui.QPixmap.fromImage(frame))
-        if not self.isVisible() and self.screens.display:
+        if not self.isVisible() and self.screens.current['primary']: # self.screens.display
             self.setVisible(True)
 
 class VideoDisplay(Phonon.VideoWidget):


Follow ups