remove non working wrapper class to add a (unneeded) .get() call to
[enigma2.git] / lib / python / Plugins / Extensions / TuxboxPlugins / pluginrunner.py
index 71f935cd4fca4ed16f5795653f3a299eac73a693..c8b0b383fea86f1edaaa2c6e839f8f5e72608f99 100644 (file)
@@ -10,7 +10,7 @@ class PluginRunner(Screen):
                self.skin = PluginRunner.skin
                Screen.__init__(self, session)
                self.container = eConsoleAppContainer()
-               self.container.appClosed.get().append(self.finishedExecution)
+               self.container.appClosed.append(self.finishedExecution)
                self.runPlugin(pluginname)
                
        def runPlugin(self, pluginname):