mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-18 07:06:20 +01:00
...
This commit is contained in:
parent
2ac2083f60
commit
24ece4a0c2
1 changed files with 1 additions and 1 deletions
|
|
@ -890,7 +890,7 @@ def setup_ui(self):
|
|||
b = self.bb.addButton(_('&Refresh'), self.bb.ActionRole)
|
||||
b.setToolTip('<p>' + _('Re-scan the book for words, useful if you have edited the book since opening this dialog'))
|
||||
b.setIcon(QIcon(I('view-refresh.png')))
|
||||
b.clicked.connect(self.refresh)
|
||||
b.clicked.connect(partial(self.refresh, change_request=None))
|
||||
|
||||
self.progress = p = QWidget(self)
|
||||
s.addWidget(p)
|
||||
|
|
|
|||
Loading…
Reference in a new issue