diff options
| author | thedoc <thedoc@atom.(none)> | 2009-12-23 11:42:22 +0100 |
|---|---|---|
| committer | thedoc <thedoc@atom.(none)> | 2009-12-23 11:43:39 +0100 |
| commit | 2701861d66fd17ed825de7bbfdea8e000fdb30b4 (patch) | |
| tree | 93100b9d91f60c0ea8abc204cce05c4f6bb83c5a /lib/python/Components/UsageConfig.py | |
| parent | 089c965d09e2af09a4731ff164e1b68b3daf8047 (diff) | |
| download | enigma2-2701861d66fd17ed825de7bbfdea8e000fdb30b4.tar.gz enigma2-2701861d66fd17ed825de7bbfdea8e000fdb30b4.zip | |
fixes bug #322
change default visibility of blinking dish icon to true
Diffstat (limited to 'lib/python/Components/UsageConfig.py')
| -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) |
