From 6451c8b726860341d4c96aa284a70e477b021214 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 2 Apr 2010 18:44:56 +0530 Subject: [PATCH] ... --- src/calibre/gui2/search_box.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/gui2/search_box.py b/src/calibre/gui2/search_box.py index 4a23de8918..7b8a63a117 100644 --- a/src/calibre/gui2/search_box.py +++ b/src/calibre/gui2/search_box.py @@ -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