aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Screens/InfoBarGenerics.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Screens/InfoBarGenerics.py b/lib/python/Screens/InfoBarGenerics.py
index 79b3e145..d826dedf 100644
--- a/lib/python/Screens/InfoBarGenerics.py
+++ b/lib/python/Screens/InfoBarGenerics.py
@@ -377,7 +377,7 @@ class InfoBarEPG:
else:
self.session.open(EPGSelection, services, self.zapToService)
- def closed(self, ret):
+ def closed(self, ret=False):
self.dlg_stack.pop()
if ret:
dlgs=len(self.dlg_stack)