remove non working wrapper class to add a (unneeded) .get() call to
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>
Tue, 28 Oct 2008 19:52:04 +0000 (19:52 +0000)
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>
Tue, 28 Oct 2008 19:52:04 +0000 (19:52 +0000)
commit1b01c9c3c05fdd42327406161bd5c51e05fbca19
tree8a6208b5d1f3001d4263a8634a122f8d1098ff6f
parent1aa0603ed3b7ff359f2ebc46f6a97ad6ea009ae6
remove non working wrapper class to add a (unneeded) .get() call to
eConsoleAppContainers.. so now all external plugins must remove this .get()
calls...
example:
cont = eConsoleAppContainer()
cont.appClosed.append(cb_func) # old was
cont.appClosed.get().append(cb_func)
13 files changed:
lib/base/console.cpp
lib/python/Components/Console.py
lib/python/Components/DreamInfoHandler.py
lib/python/Components/Ipkg.py
lib/python/Components/Network.py
lib/python/Components/Task.py
lib/python/Plugins/Extensions/DVDBurn/Process.py
lib/python/Plugins/Extensions/TuxboxPlugins/pluginrunner.py
lib/python/Plugins/SystemPlugins/NFIFlash/downloader.py
lib/python/Plugins/SystemPlugins/NFIFlash/flasher.py
lib/python/Screens/Console.py
lib/python/Screens/PluginBrowser.py
lib/python/Screens/ScanSetup.py