diff --git a/openlp/plugins/bibles/lib/biblestab.py b/openlp/plugins/bibles/lib/biblestab.py index dbd78dd6b..789d5920f 100644 --- a/openlp/plugins/bibles/lib/biblestab.py +++ b/openlp/plugins/bibles/lib/biblestab.py @@ -293,7 +293,7 @@ class BiblesTab(SettingsTab): translate('BiblesPlugin.BiblesTab', 'English')) def onBibleThemeComboBoxChanged(self): - self.bible_theme = self.bibleThemeComboBox.currentText() + self.bible_theme = unicode(self.bibleThemeComboBox.currentText()) def onDisplayStyleComboBoxChanged(self): self.display_style = self.displayStyleComboBox.currentIndex()