From 08e972ae07f60852a888c93199319444e8c06714 Mon Sep 17 00:00:00 2001 From: Stefan Pluecken Date: Thu, 23 Feb 2006 02:39:31 +0000 Subject: append, don't overwrite __init__.py files reread plugin list revisited --- lib/python/Screens/PluginBrowser.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/python/Screens') diff --git a/lib/python/Screens/PluginBrowser.py b/lib/python/Screens/PluginBrowser.py index 75599c2b..a21dde80 100644 --- a/lib/python/Screens/PluginBrowser.py +++ b/lib/python/Screens/PluginBrowser.py @@ -112,8 +112,7 @@ class PluginDownloadBrowser(Screen): self.container.execute("ipkg update") def installFinished(self): - plugins.clearPluginList() - plugins.readPluginList(resolveFilename(SCOPE_PLUGINS)) + plugins.reReadPluginList(resolveFilename(SCOPE_PLUGINS)) self.close() def runFinished(self, retval): -- cgit v1.2.3