Helpviewer/HelpBrowserWV.py

changeset 3636
91102b757bef
parent 3633
869c7cb9dc15
child 3656
441956d8fce5
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()

eric ide

mercurial