- log when the splash screen is closed.

bzr-revno: 1446
This commit is contained in:
Andreas Preikschat 2011-04-04 09:58:15 +02:00
commit b25f9db1bc

View File

@ -121,6 +121,7 @@ class OpenLP(QtGui.QApplication):
if show_splash:
# now kill the splashscreen
self.splash.finish(self.mainWindow)
log.debug(u'Splashscreen closed')
self.mainWindow.repaint()
self.processEvents()
if not has_run_wizard: