progress bar fix

This commit is contained in:
Andreas Preikschat 2013-03-07 12:11:35 +01:00
parent d2df81141f
commit 7e8b21b99f
1 changed files with 1 additions and 1 deletions

View File

@ -1287,7 +1287,7 @@ class MainWindow(QtGui.QMainWindow, Ui_MainWindow):
self.loadProgressBar.setValue(0)
self.application.process_events()
def incrementProgressBar(self):
def increment_progress_bar(self):
"""
Increase the Progress Bar value by 1
"""