mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
6013dc6567
commit
6451c8b726
@ -286,7 +286,7 @@ class SavedSearchBox(QComboBox):
|
||||
#print 'in save_search_button_clicked'
|
||||
name = self.currentText()
|
||||
if self.help_state or name == '':
|
||||
name = self.search_box.text()
|
||||
name = self.search_box.text().replace('"', '')
|
||||
self.saved_searches.add(name, self.search_box.text())
|
||||
# now go through an initialization cycle to ensure that the combobox has
|
||||
# the new search in it, that it is selected, and that the search box
|
||||
|
Loading…
x
Reference in New Issue
Block a user