This commit is contained in:
Tim Bentley 2011-09-09 20:14:19 +01:00
parent ea7c5c4b9e
commit b3cb4a21f4
1 changed files with 1 additions and 1 deletions

View File

@ -414,7 +414,7 @@ class SlideController(QtGui.QWidget):
translate('OpenLP.SlideController', 'Escape Item'))
def liveEscape(self):
if not self.display.primary:
if self.display.primary:
self.display.setVisible(False)
self.display.videoStop()