eric7/UI/UserInterface.py

branch
eric7
changeset 9031
8c9013b363bc
parent 9020
3d87cd80cd45
child 9033
866633f4fbf3
diff -r 13a03f9eee6b -r 8c9013b363bc eric7/UI/UserInterface.py
--- a/eric7/UI/UserInterface.py	Wed Apr 20 15:10:04 2022 +0200
+++ b/eric7/UI/UserInterface.py	Fri Apr 22 16:43:25 2022 +0200
@@ -7323,7 +7323,7 @@
             del self.__pluginInstallDialog
             self.__restart(ask=True)
         
-        self.pluginRepositoryViewer.updateList()
+        self.pluginRepositoryViewer.reloadList()
         
     def __deinstallPlugin(self):
         """
@@ -7371,7 +7371,7 @@
         """
         Public slot to activate the plugin repository viewer.
         """
-        self.pluginRepositoryViewer.updateList()
+        self.pluginRepositoryViewer.reloadList()
         
         if self.__layoutType == "Toolboxes":
             self.rToolboxDock.show()

eric ide

mercurial