Fix problem where typing in the search box does not clear the saved_search combo box.

This commit is contained in:
Charles Haley 2010-08-18 22:58:30 +01:00
parent 8b452ac88b
commit 27fe778e0f

View File

@ -373,6 +373,7 @@ class SearchBoxMixin(object):
self.set_number_of_books_shown()
def search_box_changed(self):
self.saved_search.clear_to_help()
self.tags_view.clear()
def do_advanced_search(self, *args):