diff --git a/src/calibre/gui2/library/annotations.py b/src/calibre/gui2/library/annotations.py index 5a5e42f003..7b33c4c8fd 100644 --- a/src/calibre/gui2/library/annotations.py +++ b/src/calibre/gui2/library/annotations.py @@ -577,6 +577,7 @@ class AnnotationsBrowser(Dialog): if not ids: return error_dialog(self, _('No selected annotations'), _( 'No annotations have been selected'), show=True) + self.delete_annotations(ids) def delete_annotations(self, ids): if question_dialog(self, _('Are you sure?'), ngettext(