Book details: Fix regression that caused the Open With sub-menu to go missing when right clicking on covers. Fixes #1690436 [Cover Edit link disappeared](https://bugs.launchpad.net/calibre/+bug/1690436)

This commit is contained in:
Kovid Goyal 2017-05-13 08:48:32 +05:30
parent 95d15ae9ff
commit 10b6e91167
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -386,6 +386,7 @@ class CoverView(QWidget): # {{{
m.addSeparator()
m.addAction(_('Add another application to open cover...'), self.choose_open_with)
m.addAction(_('Edit Open With applications...'), partial(edit_programs, 'cover_image', self))
cm.ocw = m
cm.addMenu(m)
cm.si = m = create_search_internet_menu(self.search_internet.emit)
cm.addMenu(m)