mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-01 09:13:25 +02:00
...
This commit is contained in:
parent
aac0e60fd4
commit
9b696bf45b
1 changed files with 4 additions and 3 deletions
|
|
@ -322,9 +322,10 @@ def clear_searches(self):
|
|||
self.current_search = None
|
||||
searchable_text_for_name.cache_clear()
|
||||
self.spinner.stop()
|
||||
# TODO: clear the results list
|
||||
self.searcher = None
|
||||
self.results.clear()
|
||||
|
||||
def shutdown(self):
|
||||
self.search_tasks.put(None)
|
||||
pass
|
||||
self.spinner.stop()
|
||||
self.current_search = None
|
||||
self.searcher = None
|
||||
|
|
|
|||
Loading…
Reference in a new issue