diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2011-09-13 10:50:43 +0200 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2011-09-13 10:50:43 +0200 |
| commit | 804ad88e6679853bd2db717fc542263d48075631 (patch) | |
| tree | 87e2fb5558b79ef89154176f5efdda3921ee8f03 /lib/python/Components | |
| parent | 64d399c3d183fa3f7d02fb73e474e42583538def (diff) | |
| parent | 005321304bec7f71e748db3173d411f5684642e2 (diff) | |
| download | enigma2-804ad88e6679853bd2db717fc542263d48075631.tar.gz enigma2-804ad88e6679853bd2db717fc542263d48075631.zip | |
Merge remote-tracking branch 'origin/bug_453_multiepg_no_more_ask_bouquet'
Diffstat (limited to 'lib/python/Components')
| -rw-r--r-- | lib/python/Components/UsageConfig.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/python/Components/UsageConfig.py b/lib/python/Components/UsageConfig.py index acbc3425..ce56f0f6 100644 --- a/lib/python/Components/UsageConfig.py +++ b/lib/python/Components/UsageConfig.py @@ -9,6 +9,8 @@ def InitUsageConfig(): config.usage = ConfigSubsection(); config.usage.showdish = ConfigYesNo(default = True) config.usage.multibouquet = ConfigYesNo(default = False) + config.usage.multiepg_ask_bouquet = ConfigYesNo(default = False) + config.usage.quickzap_bouquet_change = ConfigYesNo(default = False) config.usage.e1like_radio_mode = ConfigYesNo(default = False) config.usage.infobar_timeout = ConfigSelection(default = "5", choices = [ |
