diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2009-06-04 22:23:53 +0200 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2009-06-04 22:23:53 +0200 |
| commit | e26b2adba2dad6e9c25196d841657d31e4f21046 (patch) | |
| tree | 224e83bb51cca1eca48c612ccc1f69be7cf3bbf7 /lib/python | |
| parent | b7f07b6052ac2ca6b5e2a2c9e322b26e2c506109 (diff) | |
| parent | f4e60c14b94fe0155aba9addc908a0b2860b3cd8 (diff) | |
| download | enigma2-e26b2adba2dad6e9c25196d841657d31e4f21046.tar.gz enigma2-e26b2adba2dad6e9c25196d841657d31e4f21046.zip | |
Merge branch 'master' of git.opendreambox.org:/git/enigma2
Diffstat (limited to 'lib/python')
| -rw-r--r-- | lib/python/Components/UsageConfig.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/python/Components/UsageConfig.py b/lib/python/Components/UsageConfig.py index 26138f20..6fcab8bc 100644 --- a/lib/python/Components/UsageConfig.py +++ b/lib/python/Components/UsageConfig.py @@ -58,6 +58,9 @@ def InitUsageConfig(): ("5", "DVB-T/-S/-C") ]) config.usage.blinking_display_clock_during_recording = ConfigYesNo(default = False) + + config.usage.show_message_when_recording_starts = ConfigYesNo(default = True) + config.usage.load_length_of_movies_in_moviellist = ConfigYesNo(default = True) def TunerTypePriorityOrderChanged(configElement): |
