diff --git a/openlp/core/ui/themestab.py b/openlp/core/ui/themestab.py index 5ee36e174..5a2bd2b15 100644 --- a/openlp/core/ui/themestab.py +++ b/openlp/core/ui/themestab.py @@ -195,7 +195,6 @@ class ThemesTab(SettingsTab): self.settingsSection + u'/global theme', QtCore.QVariant(u'')).toString()) self.DefaultComboBox.clear() - theme_list.sort() for theme in theme_list: self.DefaultComboBox.addItem(theme) id = self.DefaultComboBox.findText( diff --git a/openlp/plugins/bibles/lib/biblestab.py b/openlp/plugins/bibles/lib/biblestab.py index 5546a2ccc..225fc9c47 100644 --- a/openlp/plugins/bibles/lib/biblestab.py +++ b/openlp/plugins/bibles/lib/biblestab.py @@ -243,7 +243,6 @@ class BiblesTab(SettingsTab): """ self.BibleThemeComboBox.clear() self.BibleThemeComboBox.addItem(u'') - theme_list.sort() for theme in theme_list: self.BibleThemeComboBox.addItem(theme) index = self.BibleThemeComboBox.findText(