diff --git a/src/calibre/gui2/dialogs/edit_authors_dialog.py b/src/calibre/gui2/dialogs/edit_authors_dialog.py index f7f2efa9f7..33102201f4 100644 --- a/src/calibre/gui2/dialogs/edit_authors_dialog.py +++ b/src/calibre/gui2/dialogs/edit_authors_dialog.py @@ -487,7 +487,7 @@ class EditAuthorsDialog(QDialog, Ui_EditAuthorsDialog): c = self.table.item(row, 1) txt = author_to_author_sort(aut) self.authors[id_]['sort'] = txt - c.setText(txt) # This triggers another cellChanged event + c.setText(txt) # This triggers another cellChanged event item = c else: item = self.table.item(row, col)