diff options
Diffstat (limited to 'lib/python/Screens')
| -rw-r--r-- | lib/python/Screens/PluginBrowser.py | 3 |
1 files changed, 1 insertions, 2 deletions
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): |
