--- a/Helpviewer/HelpBrowserWV.py Tue Aug 04 19:09:37 2015 +0200 +++ b/Helpviewer/HelpBrowserWV.py Tue Aug 04 19:13:28 2015 +0200 @@ -323,8 +323,8 @@ QDesktopServices.openUrl(url) return True elif info.domain == QWebPage.QtNetwork and \ - info.error == QNetworkReply.ContentAccessDenied and \ - info.errorString.startswith("AdBlockRule:"): + info.error == QNetworkReply.ContentAccessDenied and \ + info.errorString.startswith("AdBlockRule:"): if info.frame != info.frame.page().mainFrame(): # content in <iframe> docElement = info.frame.page().mainFrame()\