diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2010-10-06 11:48:59 +0200 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2010-10-06 11:48:59 +0200 |
| commit | e88b76f7f7e0a111a2bba1573e23378a3eb88917 (patch) | |
| tree | 8358b208726935e6e6f2a8d10c9f88ba76e35756 /lib/python/Components/UsageConfig.py | |
| parent | 453af6ce0630079409e4245c6f7c74a117ee3de2 (diff) | |
| parent | 05471750e4cea10659af169df1fa0e538e0bafdf (diff) | |
| download | enigma2-e88b76f7f7e0a111a2bba1573e23378a3eb88917.tar.gz enigma2-e88b76f7f7e0a111a2bba1573e23378a3eb88917.zip | |
Merge branch 'bug_486_add_service_event_progress_to_servicelist'
Diffstat (limited to 'lib/python/Components/UsageConfig.py')
| -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 60827107..572f47e0 100644 --- a/lib/python/Components/UsageConfig.py +++ b/lib/python/Components/UsageConfig.py @@ -61,6 +61,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) |
