diff -r fc024806236d -r 91102b757bef Helpviewer/HelpBrowserWV.py --- a/Helpviewer/HelpBrowserWV.py Mon Jun 16 18:27:11 2014 +0200 +++ b/Helpviewer/HelpBrowserWV.py Mon Jun 16 18:35:31 2014 +0200 @@ -294,10 +294,6 @@ if extension == QWebPage.ErrorPageExtension: info = sip.cast(option, QWebPage.ErrorPageExtensionOption) - if info.error == 102: - # this is something of a hack; hopefully it will work in - # the future - return False errorPage = sip.cast(output, QWebPage.ErrorPageExtensionReturn) urlString = bytes(info.url.toEncoded()).decode()