Fix #989691 (Book details Picture error)

This commit is contained in:
Kovid Goyal 2012-04-27 21:18:26 +05:30
parent 51e62f7393
commit 0226d58448

View File

@ -334,7 +334,7 @@ class CoverView(QWidget): # {{{
self.pixmap = pmap
self.do_layout()
self.update()
self.update_tooltip()
self.update_tooltip(getattr(self.parent(), 'current_path', ''))
if not config['disable_animations']:
self.animation.start()
id_ = self.data.get('id', None)