== begin patch --- book_details.py 2016-05-13 18:04:35.620779396 +0200 +++ book_details_new.py 2016-05-13 18:05:34.092476918 +0200 @@ -478,7 +478,7 @@ self._link_clicked = True if unicode(link.scheme()) in ('http', 'https'): return open_url(link) - link = unicode(link.toString(QUrl.None)) + link = unicode(link.toString()) self.link_clicked.emit(link)
def turnoff_scrollbar(self, *args): == end patch