Changing theme on bible settings tab causes an error when saving service

bzr-revno: 2175
This commit is contained in:
Philip Ridout 2013-12-07 19:56:25 +00:00 committed by Tim Bentley
commit df95a1685b
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()