aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens/PluginBrowser.py
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2008-02-14 20:40:05 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2008-02-14 20:40:05 +0000
commit8c2a83d6b2a60b2bd408ccdc6d5afd6da506912f (patch)
treec382ddc39fdc759befd9e281bcc011e1dd579e9d /lib/python/Screens/PluginBrowser.py
parent6f73e6abddf4170357c490966d0e1c622eb376f5 (diff)
downloadenigma2-8c2a83d6b2a60b2bd408ccdc6d5afd6da506912f.tar.gz
enigma2-8c2a83d6b2a60b2bd408ccdc6d5afd6da506912f.zip
unlink some cyclic dependencys to get garbage collection working
Diffstat (limited to 'lib/python/Screens/PluginBrowser.py')
-rw-r--r--lib/python/Screens/PluginBrowser.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/python/Screens/PluginBrowser.py b/lib/python/Screens/PluginBrowser.py
index fbbc128d..3b4ff116 100644
--- a/lib/python/Screens/PluginBrowser.py
+++ b/lib/python/Screens/PluginBrowser.py
@@ -141,8 +141,10 @@ class PluginDownloadBrowser(Screen):
def installFinished(self):
plugins.readPluginList(resolveFilename(SCOPE_PLUGINS))
+ self.container.appClosed.get().remove(self.runFinished)
+ self.container.dataAvail.get().remove(self.dataAvail)
self.close()
-
+
def runFinished(self, retval):
self.remainingdata = ""
if self.run == 0: