minor fixes

This commit is contained in:
Tim Bentley 2013-03-17 10:23:15 +00:00
parent af76c3f6b9
commit 0809c8e192
2 changed files with 5 additions and 3 deletions

View File

@ -375,10 +375,11 @@ class BiblesTab(SettingsTab):
update_reference_separators()
if self.language_selection != settings.value(u'book name language'):
settings.setValue(u'book name language', self.language_selection)
self.settings_form.register_post_process(u'bibles_load_list',
translate('OpenLP.BibleTab', 'Bibles Lists updating.'))
self.settings_form.register_post_process(u'bibles_load_list')
settings.endGroup()
self.settings_form.register_post_process(u'bibles_config_updated')
if self.tab_visited:
self.settings_form.register_post_process(u'bibles_config_updated')
self.tab_visited = False
def update_theme_list(self, theme_list):
"""

View File

@ -44,6 +44,7 @@ from openlp.plugins.bibles.lib.db import BiblesResourcesDB
log = logging.getLogger(__name__)
class BibleSearch(object):
"""
Enumeration class for the different search methods for the "quick search".