WebBrowser/Network/NetworkManager.py

changeset 4917
682750cc7bd5
parent 4902
7a49807e493c
child 5365
f0cb73e99e54
child 5369
69705ef2a0af
--- 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()

eric ide

mercurial