--- 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):