diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2006-02-23 02:59:37 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2006-02-23 02:59:37 +0000 |
| commit | c8c839608b98cc3b37e90d049b66e646f8e46cd9 (patch) | |
| tree | a034481353658f89b59138da4a02cae751d6c11b /lib/python/Screens/PluginBrowser.py | |
| parent | 08e972ae07f60852a888c93199319444e8c06714 (diff) | |
| download | enigma2-c8c839608b98cc3b37e90d049b66e646f8e46cd9.tar.gz enigma2-c8c839608b98cc3b37e90d049b66e646f8e46cd9.zip | |
properly unload old plugins and load new plugins
Diffstat (limited to 'lib/python/Screens/PluginBrowser.py')
| -rw-r--r-- | lib/python/Screens/PluginBrowser.py | 2 |
1 files changed, 1 insertions, 1 deletions
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): |
