bible fix

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

View File

@ -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):
"""