aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/UsageConfig.py
diff options
context:
space:
mode:
authorghost <andreas.monzner@multimedia-labs.de>2010-03-24 15:17:39 +0100
committerghost <andreas.monzner@multimedia-labs.de>2010-03-24 15:17:39 +0100
commit1398385cff4a4fc4d770afa1e9d1f6d560431b23 (patch)
tree0b79de66b9a7d16ac8df84bab5024f460d8ca0d5 /lib/python/Components/UsageConfig.py
parent4d01a8b971e7631cf999d4773891cce657b9aa27 (diff)
downloadenigma2-1398385cff4a4fc4d770afa1e9d1f6d560431b23.tar.gz
enigma2-1398385cff4a4fc4d770afa1e9d1f6d560431b23.zip
add support for event progressbar per service in channelselection
default this is disabled.. you can enable it in the Usage config this fixes bug #486 (patch by Dr.Best)
Diffstat (limited to 'lib/python/Components/UsageConfig.py')
-rw-r--r--lib/python/Components/UsageConfig.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/python/Components/UsageConfig.py b/lib/python/Components/UsageConfig.py
index 21478e90..b86c1a13 100644
--- a/lib/python/Components/UsageConfig.py
+++ b/lib/python/Components/UsageConfig.py
@@ -68,6 +68,8 @@ def InitUsageConfig():
("4", "DVB-T/-C/-S"),
("5", "DVB-T/-S/-C") ])
+ config.usage.show_event_progress_in_servicelist = ConfigYesNo(default = False)
+
config.usage.blinking_display_clock_during_recording = ConfigYesNo(default = False)
config.usage.show_message_when_recording_starts = ConfigYesNo(default = True)