Fix method

This commit is contained in:
Tim Bentley 2010-06-13 20:41:11 +01:00
parent 732ce9555e
commit f38d97686e
2 changed files with 2 additions and 2 deletions

View File

@ -653,7 +653,7 @@ class MainWindow(QtGui.QMainWindow, Ui_MainWindow):
settings = QtCore.QSettings()
settings.beginGroup(self.generalSettingsSection)
if settings.value(u'screen blank', QtCore.QVariant(False)).toBool():
self.LiveController.maindDisplaySetBackground()
self.LiveController.mainDisplaySetBackground()
if settings.value(u'blank warning', QtCore.QVariant(False)).toBool():
QtGui.QMessageBox.question(self,
translate(u'MainWindow', u'OpenLP Main Display Blanked'),

View File

@ -652,7 +652,7 @@ class SlideController(QtGui.QWidget):
self.PreviewListWidget.selectRow(index)
self.onSlideSelected()
def maindDisplaySetBackground(self):
def mainDisplaySetBackground(self):
"""
Allow the main display to blank the main display at startup time
"""