--- a/WebBrowser/Network/NetworkManager.py Sun Apr 03 16:33:37 2016 +0200 +++ b/WebBrowser/Network/NetworkManager.py Sun Apr 03 17:07:25 2016 +0200 @@ -243,7 +243,7 @@ auth.setPassword(password) if Preferences.getUser("SavePasswords"): WebBrowser.WebBrowserWindow.WebBrowserWindow.passwordManager()\ - .setLogin(url, realm, username, password) + .setLogin(url, realm, username, password) def proxyAuthentication(self, requestUrl, auth, proxyHost): """ @@ -253,7 +253,7 @@ @type QUrl @param auth reference to the authenticator object @type QAuthenticator - @param hostname name of the proxy host + @param proxyHost name of the proxy host @type str """ proxy = QNetworkProxy.applicationProxy()