From: Andreas Monzner Date: Wed, 26 Apr 2006 21:30:36 +0000 (+0000) Subject: fix bluescreen when try to use the epg time search function in single epg X-Git-Tag: 2.6.0~3558 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/30089e0564376c5fc3431aa4b03336b0fe513416 fix bluescreen when try to use the epg time search function in single epg --- 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: