--- a/UI/UserInterface.py Sat Jun 04 18:58:48 2011 +0200 +++ b/UI/UserInterface.py Sun Jun 05 18:27:56 2011 +0200 @@ -5617,7 +5617,7 @@ @param errors list of SSL errors (list of QSslError) """ errorStrings = [] - for err in sslErrors: + for err in errors: errorStrings.append(err.errorString()) errorString = '.<br />'.join(errorStrings) ret = E5MessageBox.yesNo(self,