From 0cd4b8be7607608d8b33bf1a5c25dda8815463d3 Mon Sep 17 00:00:00 2001 From: Stefan Pluecken Date: Wed, 30 Nov 2005 00:50:38 +0000 Subject: store config in /etc/enigma2 and create the path if needed --- lib/python/Screens/ChannelSelection.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'lib/python/Screens') diff --git a/lib/python/Screens/ChannelSelection.py b/lib/python/Screens/ChannelSelection.py index acf2e7ff..ce906c26 100644 --- a/lib/python/Screens/ChannelSelection.py +++ b/lib/python/Screens/ChannelSelection.py @@ -402,10 +402,7 @@ class SimpleChannelSelection(ChannelSelectionBase): class ChannelActionMap(NumberActionMap): def action(self, contexts, action): - if not self.csel.enterBouquet(action): - if action == "cancel": - self.csel.handleEditCancel() - NumberActionMap.action(self, contexts, action) + NumberActionMap.action(self, contexts, action) self["actions"] = ChannelActionMap(["ChannelSelectActions", "OkCancelActions", "ContextMenuActions"], { "cancel": self.cancel, -- cgit v1.2.3