Change to the "proxyAuthenticationRequired" function to overcome a Qt-bug.

Thu, 05 Jul 2012 19:29:05 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Thu, 05 Jul 2012 19:29:05 +0200
changeset 1932
56efb7c1cfca
parent 1930
3ecd42f536fd
child 1933
14c58eda4a35

Change to the "proxyAuthenticationRequired" function to overcome a Qt-bug.

E5Network/E5NetworkProxyFactory.py file | annotate | diff | comparison | revisions
--- a/E5Network/E5NetworkProxyFactory.py	Tue Jul 03 19:01:50 2012 +0200
+++ b/E5Network/E5NetworkProxyFactory.py	Thu Jul 05 19:29:05 2012 +0200
@@ -61,8 +61,8 @@
             if scheme and scheme != "NoProxy":
                 Preferences.setUI("ProxyUser/{0}".format(scheme), username)
                 Preferences.setUI("ProxyPassword/{0}".format(scheme), password)
-            proxy.setUser(username)
-            proxy.setPassword(password)
+        proxy.setUser(username)
+        proxy.setPassword(password)
 
 
 class E5NetworkProxyFactory(QNetworkProxyFactory):

eric ide

mercurial