diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2008-05-27 13:24:49 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2008-05-27 13:24:49 +0000 |
| commit | 194859e57f6ec4dab2987985ba8f742e05756c09 (patch) | |
| tree | bea95b743db126b4306c23350cd32a525c413ed6 /lib/python | |
| parent | 9dc29bf90e1c24fefc79a3f9622d379e5d4b5bb9 (diff) | |
| download | enigma2-194859e57f6ec4dab2987985ba8f742e05756c09.tar.gz enigma2-194859e57f6ec4dab2987985ba8f742e05756c09.zip | |
green -> blue
Diffstat (limited to 'lib/python')
| -rw-r--r-- | lib/python/Screens/InfoBarGenerics.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Screens/InfoBarGenerics.py b/lib/python/Screens/InfoBarGenerics.py index 31a9d5a9..6ece2784 100644 --- a/lib/python/Screens/InfoBarGenerics.py +++ b/lib/python/Screens/InfoBarGenerics.py @@ -1670,7 +1670,7 @@ class InfoBarSubserviceSelection: tlist.append((i.getName(), i)) if self.bouquets and len(self.bouquets): - keys = ["red", "green", "", "0", "1", "2", "3", "4", "5", "6", "7", "8", "9" ] + [""] * n + keys = ["red", "blue", "", "0", "1", "2", "3", "4", "5", "6", "7", "8", "9" ] + [""] * n if config.usage.multibouquet.value: tlist = [(_("Quickzap"), "quickzap", service.subServices()), (_("Add to bouquet"), "CALLFUNC", self.addSubserviceToBouquetCallback), ("--", "")] + tlist else: |
