diff options
| author | Ronny Strutz <ronny.strutz@multimedia-labs.de> | 2005-08-31 14:46:23 +0000 |
|---|---|---|
| committer | Ronny Strutz <ronny.strutz@multimedia-labs.de> | 2005-08-31 14:46:23 +0000 |
| commit | ca42423ea74fdc67e62bbdf92975b4cd05b8c9c0 (patch) | |
| tree | 0a7b94062790d161338d92aabe8bbbaa6ef6648b /lib/python | |
| parent | 659e07b23f0e98af997230864576cdde8fb832c2 (diff) | |
| download | enigma2-ca42423ea74fdc67e62bbdf92975b4cd05b8c9c0.tar.gz enigma2-ca42423ea74fdc67e62bbdf92975b4cd05b8c9c0.zip | |
blue -> favourites
Diffstat (limited to 'lib/python')
| -rw-r--r-- | lib/python/Screens/ChannelSelection.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Screens/ChannelSelection.py b/lib/python/Screens/ChannelSelection.py index e421c5c9..0b626449 100644 --- a/lib/python/Screens/ChannelSelection.py +++ b/lib/python/Screens/ChannelSelection.py @@ -58,7 +58,7 @@ class ChannelSelection(Screen): self["key_red"] = Button("All") self["key_green"] = Button("ARD") self["key_yellow"] = Button("ZDF") - self["key_blue"] = Button("Custom") + self["key_blue"] = Button("Favourites") self["list"] = ServiceList() self["list"].setRoot(eServiceReference("""1:0:1:0:0:0:0:0:0:0:(type == 1)""")) |
