From 7e8b21b99fa01f6574dea3e9a10d331dc9be6296 Mon Sep 17 00:00:00 2001 From: Andreas Preikschat Date: Thu, 7 Mar 2013 12:11:35 +0100 Subject: [PATCH] progress bar fix --- openlp/core/ui/mainwindow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openlp/core/ui/mainwindow.py b/openlp/core/ui/mainwindow.py index aed43621d..c8239df57 100644 --- a/openlp/core/ui/mainwindow.py +++ b/openlp/core/ui/mainwindow.py @@ -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 """