aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens/EpgSelection.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python/Screens/EpgSelection.py')
-rw-r--r--lib/python/Screens/EpgSelection.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Screens/EpgSelection.py b/lib/python/Screens/EpgSelection.py
index 7f1b204c..04f858b9 100644
--- a/lib/python/Screens/EpgSelection.py
+++ b/lib/python/Screens/EpgSelection.py
@@ -67,7 +67,7 @@ class EPGSelection(Screen):
self.onLayoutFinish.append(self.onCreate)
def closeScreen(self):
- self.close(self.closeRecursive or self.type == EPG_TYPE_SINGLE)
+ self.close(self.closeRecursive)
def infoKeyPressed(self):
if self.type == EPG_TYPE_MULTI: