diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-02-03 16:30:13 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-02-03 16:30:13 +0000 |
| commit | aeef9973a02495fbdedb283493e2de8688dad40a (patch) | |
| tree | b5061906391e6512f1c2556c2741a33633db40a2 /lib/python/Components | |
| parent | ade1717b033340b8e644ebd1856e2c1220b2d7c4 (diff) | |
| download | enigma2-aeef9973a02495fbdedb283493e2de8688dad40a.tar.gz enigma2-aeef9973a02495fbdedb283493e2de8688dad40a.zip | |
add ability to enable/disable "change to next/prev bouquet when quickzap is used on last/prev service in bouquet" in usage settings
Diffstat (limited to 'lib/python/Components')
| -rw-r--r-- | lib/python/Components/UsageConfig.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Components/UsageConfig.py b/lib/python/Components/UsageConfig.py index d51b512a..58051ccf 100644 --- a/lib/python/Components/UsageConfig.py +++ b/lib/python/Components/UsageConfig.py @@ -6,4 +6,4 @@ def InitUsageConfig(): config.usage = ConfigSubsection(); 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"))) ) |
