--- a/Helpviewer/HelpWindow.py Sat Jun 19 16:37:10 2010 +0200 +++ b/Helpviewer/HelpWindow.py Sat Jun 19 17:02:53 2010 +0200 @@ -327,6 +327,10 @@ settings.setOfflineStorageDefaultQuota( Preferences.getHelp("OfflineStorageDatabaseQuota") * 1024 * 1024) + if hasattr(QWebSettings, "DnsPrefetchEnabled"): + settings.setAttribute(QWebSettings.DnsPrefetchEnabled, + Preferences.getHelp("DnsPrefetchEnabled")) + def __initActions(self): """ Private method to define the user interface actions.