mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 21:34:56 +02:00
Fix #8149 (getting this error message when i try to open up book details in new 0.7.36version)
This commit is contained in:
parent
2dd9368f0b
commit
2e7a4c9d4e
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ def __init__(self, parent, view, row, view_func):
|
|||
self.cover_pixmap = None
|
||||
self.comments.sizeHint = self.comments_size_hint
|
||||
self.comments.page().setLinkDelegationPolicy(self.comments.page().DelegateAllLinks)
|
||||
self.comments.linkClicked(self.link_clicked)
|
||||
self.comments.linkClicked.connect(self.link_clicked)
|
||||
self.view_func = view_func
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue