forked from openlp/openlp
- Fixed a bug where web bible's trigger traceback in search while typing.
This commit is contained in:
parent
639c01dfe2
commit
a034532d19
@ -367,7 +367,6 @@ class BibleManager(RegistryProperties):
|
||||
second_web_bible = self.db_cache[second_bible].get_object(BibleMeta, 'download_source')
|
||||
if web_bible or second_web_bible:
|
||||
# If either Bible is Web, cursor is reset to normal and search ends w/o any message.
|
||||
self.check_search_result()
|
||||
self.application.set_normal_cursor()
|
||||
return None
|
||||
# Fetch the results from db. If no results are found, return None, no message is given for this.
|
||||
|
Loading…
Reference in New Issue
Block a user