forked from openlp/openlp
Changing theme on bible settings tab causes an error when saving service
bzr-revno: 2175
This commit is contained in:
commit
df95a1685b
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user