diff options
| author | thedoc <thedoc@atom.(none)> | 2009-12-23 11:42:22 +0100 |
|---|---|---|
| committer | thedoc <thedoc@atom.(none)> | 2009-12-23 11:43:45 +0100 |
| commit | ee9a89efd6533997e3dc9a4e8adcb360333d01d9 (patch) | |
| tree | dda8de67680772f6ee68a058b685d0f77d3fe8b5 /lib/python | |
| parent | 6494baea016edbaab77c1d07521cf73205857085 (diff) | |
| download | enigma2-ee9a89efd6533997e3dc9a4e8adcb360333d01d9.tar.gz enigma2-ee9a89efd6533997e3dc9a4e8adcb360333d01d9.zip | |
fixes bug #322
change default visibility of blinking dish icon to true
Diffstat (limited to 'lib/python')
| -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 680b5944..60827107 100644 --- a/lib/python/Components/UsageConfig.py +++ b/lib/python/Components/UsageConfig.py @@ -7,7 +7,7 @@ import os def InitUsageConfig(): config.usage = ConfigSubsection(); - config.usage.showdish = ConfigYesNo(default = False) + config.usage.showdish = ConfigYesNo(default = True) config.usage.multibouquet = ConfigYesNo(default = False) config.usage.quickzap_bouquet_change = ConfigYesNo(default = False) config.usage.e1like_radio_mode = ConfigYesNo(default = False) |
