X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/753161b26ec6d7d068e61e6ce7063369740476a0..19ce1123c780a9475e2f158712da6e73fa543e9c:/lib/python/Components/DreamInfoHandler.py diff --git a/lib/python/Components/DreamInfoHandler.py b/lib/python/Components/DreamInfoHandler.py index 900a2180..c5f82629 100644 --- a/lib/python/Components/DreamInfoHandler.py +++ b/lib/python/Components/DreamInfoHandler.py @@ -110,7 +110,7 @@ class DreamInfoHandler: self.currentlyInstallingMetaIndex = None self.console = eConsoleAppContainer() - self.console.appClosed.get().append(self.installNext) + self.console.appClosed.append(self.installNext) self.reloadFavourites = False self.statusCallback = statusCallback