- Fixed a bug where web bible's trigger traceback in search while typing.

This commit is contained in:
Olli Suutari 2016-09-15 02:17:17 +03:00
parent 639c01dfe2
commit a034532d19
1 changed files with 0 additions and 1 deletions

View File

@ -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.