aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/UsageConfig.py
diff options
context:
space:
mode:
authorthedoc <thedoc@atom.(none)>2009-12-23 11:42:22 +0100
committerthedoc <thedoc@atom.(none)>2009-12-23 11:43:45 +0100
commitee9a89efd6533997e3dc9a4e8adcb360333d01d9 (patch)
treedda8de67680772f6ee68a058b685d0f77d3fe8b5 /lib/python/Components/UsageConfig.py
parent6494baea016edbaab77c1d07521cf73205857085 (diff)
downloadenigma2-ee9a89efd6533997e3dc9a4e8adcb360333d01d9.tar.gz
enigma2-ee9a89efd6533997e3dc9a4e8adcb360333d01d9.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.py2
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)