diff --git a/src/calibre/gui2/dialogs/match_books.py b/src/calibre/gui2/dialogs/match_books.py index 6914c8bb84..6ac7aa533c 100644 --- a/src/calibre/gui2/dialogs/match_books.py +++ b/src/calibre/gui2/dialogs/match_books.py @@ -107,6 +107,8 @@ class MatchBooks(QDialog, Ui_MatchBooks): self.buttonBox.rejected.connect(self.reject) self.ignore_next_key = False + self.search_text.setText(self.device_db[self.current_device_book_id].title) + def return_pressed(self): self.ignore_next_key = True self.do_search()