From c8c839608b98cc3b37e90d049b66e646f8e46cd9 Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Thu, 23 Feb 2006 02:59:37 +0000 Subject: properly unload old plugins and load new plugins --- lib/python/Screens/PluginBrowser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/python/Screens/PluginBrowser.py') diff --git a/lib/python/Screens/PluginBrowser.py b/lib/python/Screens/PluginBrowser.py index a21dde80..99c0ac24 100644 --- a/lib/python/Screens/PluginBrowser.py +++ b/lib/python/Screens/PluginBrowser.py @@ -112,7 +112,7 @@ class PluginDownloadBrowser(Screen): self.container.execute("ipkg update") def installFinished(self): - plugins.reReadPluginList(resolveFilename(SCOPE_PLUGINS)) + plugins.readPluginList(resolveFilename(SCOPE_PLUGINS)) self.close() def runFinished(self, retval): -- cgit v1.2.3