Import the startup showing the update screen

This commit is contained in:
Tim Bentley 2010-01-28 07:39:34 +00:00
parent 2059c4e95e
commit 3baf2f2f7b
3 changed files with 4 additions and 3 deletions

View File

@ -131,7 +131,7 @@ class OpenLP(QtGui.QApplication):
if show_splash: if show_splash:
# now kill the splashscreen # now kill the splashscreen
self.splash.finish(self.mainWindow) self.splash.finish(self.mainWindow)
self.mainWindow.versionCheck() #self.mainWindow.versionCheck()
return self.exec_() return self.exec_()
def main(): def main():

View File

@ -50,7 +50,6 @@ media_manager_style = """
border-color: palette(light); border-color: palette(light);
} }
""" """
class Ui_MainWindow(object): class Ui_MainWindow(object):
def setupUi(self, MainWindow): def setupUi(self, MainWindow):
""" """
@ -582,6 +581,8 @@ class MainWindow(QtGui.QMainWindow, Ui_MainWindow):
self.trUtf8('The Main Display has been blanked out'), self.trUtf8('The Main Display has been blanked out'),
QtGui.QMessageBox.StandardButtons(QtGui.QMessageBox.Ok), QtGui.QMessageBox.StandardButtons(QtGui.QMessageBox.Ok),
QtGui.QMessageBox.Ok) QtGui.QMessageBox.Ok)
self.repaint()
self.versionCheck()
def onHelpAboutItemClicked(self): def onHelpAboutItemClicked(self):
""" """

View File

@ -1 +1 @@
1.9.0-697 1.9.0-696