aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
authorAxel Buehning <axel.buehning@multimedia-labs.de>2005-11-19 16:37:30 +0000
committerAxel Buehning <axel.buehning@multimedia-labs.de>2005-11-19 16:37:30 +0000
commitfc2fa474a0bcf458f98734a76d1916d877e2abeb (patch)
tree643431b64716338869b620a5798e5e34aea0eebf /lib/python
parentd2ce7bb1979d7013f938655866a18bef6abcbcec (diff)
downloadenigma2-fc2fa474a0bcf458f98734a76d1916d877e2abeb.tar.gz
enigma2-fc2fa474a0bcf458f98734a76d1916d877e2abeb.zip
numberzapping looks like in e1 now
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Screens/InfoBarGenerics.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/python/Screens/InfoBarGenerics.py b/lib/python/Screens/InfoBarGenerics.py
index b8832729..62307675 100644
--- a/lib/python/Screens/InfoBarGenerics.py
+++ b/lib/python/Screens/InfoBarGenerics.py
@@ -155,7 +155,9 @@ class NumberZap(Screen):
def __init__(self, session, number):
Screen.__init__(self, session)
self.field = str(number)
-
+
+ self["channel"] = Label(_("Channel:"))
+
self["number"] = Label(self.field)
self["actions"] = NumberActionMap( [ "SetupActions" ],