mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Review downloaded metadata: Fix cancel button on the confirm reject all dialog not working. Fixes #1779576 [Reject Remaining Metadata confirms but on cancel does not return to/remain on review dialog](https://bugs.launchpad.net/calibre/+bug/1779576)
This commit is contained in:
parent
6fa0be8c16
commit
7df92c3c07
@ -574,7 +574,7 @@ class CompareMany(QDialog):
|
||||
if accept_all_tooltip:
|
||||
b.setToolTip(accept_all_tooltip)
|
||||
b.clicked.connect(self.accept_all_remaining)
|
||||
self.rarb = b = bb.addButton(_('Re&ject all remaining'), bb.NoRole)
|
||||
self.rarb = b = bb.addButton(_('Re&ject all remaining'), bb.ActionRole)
|
||||
b.setIcon(QIcon(I('minus.png'))), b.setAutoDefault(False)
|
||||
if reject_all_tooltip:
|
||||
b.setToolTip(reject_all_tooltip)
|
||||
|
Loading…
x
Reference in New Issue
Block a user