aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Screens/EpgSelection.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/python/Screens/EpgSelection.py b/lib/python/Screens/EpgSelection.py
index 3284e641..a5b61a1c 100644
--- a/lib/python/Screens/EpgSelection.py
+++ b/lib/python/Screens/EpgSelection.py
@@ -77,7 +77,8 @@ class EPGSelection(Screen):
self.onLayoutFinish.append(self.onCreate)
def enterDateTime(self):
- self.session.openWithCallback(self.onDateTimeInputClosed, TimeDateInput)
+ if self.type == EPG_TYPE_MULTI:
+ self.session.openWithCallback(self.onDateTimeInputClosed, TimeDateInput)
def onDateTimeInputClosed(self, ret):
if len(ret) > 1: