aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens/InfoBarGenerics.py
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-01-21 23:45:27 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-01-21 23:45:27 +0000
commit9cdb47a4f3b391239c100081b85dc2620ec4b4d1 (patch)
treeebf4403360997b787248786407b71e730374d8bc /lib/python/Screens/InfoBarGenerics.py
parentd74f5e957d7e2cd0aec9863616a19d2d5ecfef50 (diff)
downloadenigma2-9cdb47a4f3b391239c100081b85dc2620ec4b4d1.tar.gz
enigma2-9cdb47a4f3b391239c100081b85dc2620ec4b4d1.zip
fix radio player
code cleanup in channelselector (more scalable)
Diffstat (limited to 'lib/python/Screens/InfoBarGenerics.py')
-rw-r--r--lib/python/Screens/InfoBarGenerics.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/python/Screens/InfoBarGenerics.py b/lib/python/Screens/InfoBarGenerics.py
index 56158423..605a15fd 100644
--- a/lib/python/Screens/InfoBarGenerics.py
+++ b/lib/python/Screens/InfoBarGenerics.py
@@ -184,7 +184,7 @@ class InfoBarPowerKey:
class InfoBarNumberZap:
""" Handles an initial number for NumberZapping """
def __init__(self):
- self["NumberZapActions"] = NumberActionMap( [ "NumberZapActions"],
+ self["NumberActions"] = NumberActionMap( [ "NumberActions"],
{
"1": self.keyNumberGlobal,
"2": self.keyNumberGlobal,
@@ -350,7 +350,7 @@ class InfoBarEPG:
self.session.open(EventView, self.epglist[0], ServiceReference(ref), self.eventViewCallback)
except:
pass
-
+
def openSingleServiceEPG(self):
ref=self.session.nav.getCurrentlyPlayingServiceReference()
ptr=eEPGCache.getInstance()
@@ -359,7 +359,6 @@ class InfoBarEPG:
else: # try to show now/next
print 'no epg for service', ref.toString()
-
def openBouquetEPG(self, bouquet):
ptr=eEPGCache.getInstance()
services = [ ]