From b57db1a21f72f9e4dbc6075ae0d092df7ff34cdc Mon Sep 17 00:00:00 2001 From: Andreas Preikschat Date: Thu, 7 Mar 2013 12:15:10 +0100 Subject: [PATCH] bible fix --- openlp/plugins/bibles/forms/bibleimportform.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openlp/plugins/bibles/forms/bibleimportform.py b/openlp/plugins/bibles/forms/bibleimportform.py index b54c879ff..85e53451d 100644 --- a/openlp/plugins/bibles/forms/bibleimportform.py +++ b/openlp/plugins/bibles/forms/bibleimportform.py @@ -85,7 +85,7 @@ class BibleImportForm(OpenLPWizard): Set up the UI for the bible wizard. """ OpenLPWizard.setupUi(self, image) - self.formatComboBoxcurrentIndexChanged.connect(self.onCurrentIndexChanged) + self.formatComboBox.currentIndexChanged.connect(self.onCurrentIndexChanged) def onCurrentIndexChanged(self, index): """