--- 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 #######################################