UI/UserInterface.py

branch
5_1_x
changeset 1113
95d837803666
parent 924
25ac72d20003
child 1194
9a54fec8559d
--- 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,

eric ide

mercurial