PluginManager/PluginRepositoryDialog.py

changeset 2360
b6bf3925e3e1
parent 2354
c63de4af553d
child 2404
cba0ff902c2b
--- a/PluginManager/PluginRepositoryDialog.py	Fri Jan 18 19:50:13 2013 +0100
+++ b/PluginManager/PluginRepositoryDialog.py	Sat Jan 19 16:59:23 2013 +0100
@@ -505,8 +505,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
     
     def getDownloadedPlugins(self):

eric ide

mercurial