aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/DreamInfoHandler.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python/Components/DreamInfoHandler.py')
-rw-r--r--lib/python/Components/DreamInfoHandler.py2
1 files changed, 1 insertions, 1 deletions
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