fixed bug1252477

This commit is contained in:
Philip Ridout 2013-11-20 19:31:35 +00:00
parent c14cb6674c
commit 24834b66ee
1 changed files with 1 additions and 1 deletions

View File

@ -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()