UI/UserInterface.py

changeset 2360
b6bf3925e3e1
parent 2359
ef81d2d0a031
child 2361
fe8bccb78a8d
--- a/UI/UserInterface.py	Fri Jan 18 19:50:13 2013 +0100
+++ b/UI/UserInterface.py	Sat Jan 19 16:59:23 2013 +0100
@@ -5516,8 +5516,8 @@
         @param reply reference to the reply object (QNetworkReply)
         @param errors list of SSL errors (list of QSslError)
         """
-        ignore = self.__sslErrorHandler.sslErrorsReply(reply, errors)[0]
-        if not ignore:
+        ignored = self.__sslErrorHandler.sslErrorsReply(reply, errors)[0]
+        if ignored == E5SslErrorHandler.NotIgnored:
             self.__downloadCancelled = True
     
     #######################################

eric ide

mercurial