aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-06-25 20:04:21 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-06-25 20:04:21 +0000
commitd5abd2f599da721cf673d6a9caee06eb4ed402c2 (patch)
tree9f0c0f4a550d149b1c43c1b9f7d35a1dc9110d90 /lib/python/Components
parent18bc7f25188f06392ffc7a741759514d2c8087cb (diff)
downloadenigma2-d5abd2f599da721cf673d6a9caee06eb4ed402c2.tar.gz
enigma2-d5abd2f599da721cf673d6a9caee06eb4ed402c2.zip
add enigma1 like radio mode (on/off switchable in usage setup)
Diffstat (limited to 'lib/python/Components')
-rw-r--r--lib/python/Components/UsageConfig.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/python/Components/UsageConfig.py b/lib/python/Components/UsageConfig.py
index 58051ccf..e10a7491 100644
--- a/lib/python/Components/UsageConfig.py
+++ b/lib/python/Components/UsageConfig.py
@@ -7,3 +7,4 @@ def InitUsageConfig():
config.usage.showdish = configElement("config.usage.showdish", configSelection, 1, (("yes", _("yes")), ("no", _("no"))) )
config.usage.multibouquet = configElement("config.usage.multibouquet", configSelection, 1, (("yes", _("yes")), ("no", _("no"))) )
config.usage.quickzap_bouquet_change = configElement("config.usage.quickzap_bouquet_change", configSelection, 1, (("yes", _("yes")), ("no", _("no"))) )
+ config.usage.e1like_radio_mode = configElement("config.usage.e1like_radio_mode", configSelection, 1, (("yes", _("yes")), ("no", _("no"))) )