aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens
diff options
context:
space:
mode:
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>2005-11-30 00:50:38 +0000
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>2005-11-30 00:50:38 +0000
commit0cd4b8be7607608d8b33bf1a5c25dda8815463d3 (patch)
tree819b6be08332fcdfbb83db47d34db9cd836b2ed9 /lib/python/Screens
parente2911fbe70250ededadb22fbcf369b21fdd63ee4 (diff)
downloadenigma2-0cd4b8be7607608d8b33bf1a5c25dda8815463d3.tar.gz
enigma2-0cd4b8be7607608d8b33bf1a5c25dda8815463d3.zip
store config in /etc/enigma2 and create the path if needed
Diffstat (limited to 'lib/python/Screens')
-rw-r--r--lib/python/Screens/ChannelSelection.py5
1 files changed, 1 insertions, 4 deletions
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,