diff --git a/src/calibre/gui2/search_box.py b/src/calibre/gui2/search_box.py index f8d046b0b4..d35f5e0725 100644 --- a/src/calibre/gui2/search_box.py +++ b/src/calibre/gui2/search_box.py @@ -73,7 +73,7 @@ class SearchBox2(QComboBox): self.connect(self.line_edit, SIGNAL('mouse_released(PyQt_PyObject)'), self.mouse_released, Qt.DirectConnection) self.setEditable(True) - self.help_state = True + self.help_state = False self.as_you_type = True self.prev_search = '' self.timer = None