From 0ebffda08c8f297fedf8465f1b2aa747fc1d4757 Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Wed, 29 Mar 2006 09:47:48 +0000 Subject: [PATCH 1/1] on cancel press in single epg no more do recursive close --- lib/python/Screens/EpgSelection.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.30.2