One click remove of calibre_bookmarks.txt

This commit is contained in:
Kovid Goyal 2013-12-10 11:56:29 +05:30
parent 33086f2061
commit e0cd21ee50

View File

@ -60,6 +60,11 @@ class Unmanifested(BadLink):
' the calibre ebook viewer. You can remove it if you do not'
' need that information, or dont want to share it with'
' other people you send this book to.')
self.INDIVIDUAL_FIX = _('Remove this file')
def __call__(self, container):
container.remove_item(self.name)
return True
def check_links(container):