mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 00:24:09 +02:00
...
This commit is contained in:
parent
6013dc6567
commit
6451c8b726
1 changed files with 1 additions and 1 deletions
|
|
@ -286,7 +286,7 @@ def save_search_button_clicked(self):
|
|||
#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…
Reference in a new issue