Fix timer

This commit is contained in:
Tim Bentley 2011-04-29 09:54:11 +01:00
parent 7908ac4f67
commit e4c0d1227e

View File

@ -1044,5 +1044,6 @@ class MainWindow(QtGui.QMainWindow, Ui_MainWindow):
Remove the Progress bar from view.
"""
if event.timerId() == self.timer_id:
self.timer_id = 0
self.loadProgressBar.hide()
Receiver.send_message(u'openlp_process_events')