eric7/PluginManager/PluginManager.py

branch
eric7
changeset 8322
b422b4e77d19
parent 8318
962bce857696
child 8351
7d13e08ddb3f
diff -r ea11a3948f40 -r b422b4e77d19 eric7/PluginManager/PluginManager.py
--- a/eric7/PluginManager/PluginManager.py	Mon May 17 19:58:15 2021 +0200
+++ b/eric7/PluginManager/PluginManager.py	Tue May 18 18:19:47 2021 +0200
@@ -1320,9 +1320,7 @@
                         self.tr("<p>There are new plug-ins or plug-in"
                                 " updates available. Use the plug-in"
                                 " repository dialog to get them.</p>"),
-                        E5MessageBox.StandardButtons(
-                            E5MessageBox.Ignore |
-                            E5MessageBox.Open),
+                        E5MessageBox.Ignore | E5MessageBox.Open,
                         E5MessageBox.Open)
                     if res == E5MessageBox.Open:
                         self.__ui.showPluginsAvailable()

eric ide

mercurial