PluginManager/PluginRepositoryDialog.py

changeset 553
5af61623ae3c
parent 541
00e1a5d060c5
child 580
45c38566b001
diff -r e1074b63ff08 -r 5af61623ae3c PluginManager/PluginRepositoryDialog.py
--- a/PluginManager/PluginRepositoryDialog.py	Fri Sep 03 18:53:24 2010 +0200
+++ b/PluginManager/PluginRepositoryDialog.py	Fri Sep 03 20:04:49 2010 +0200
@@ -505,7 +505,7 @@
                         """<p>{0}</p>"""
                         """<p>Do you want to ignore these errors?</p>""")\
                 .format(errorString),
-            type_ = E5MessageBox.Warning)
+            icon = E5MessageBox.Warning)
         if ret:
             reply.ignoreSslErrors()
         else:
@@ -600,4 +600,4 @@
                 ).format(applPath),
                 self.trUtf8('OK'))
         
-        self.close()
+        self.close()
\ No newline at end of file

eric ide

mercurial