diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2008-10-05 22:37:19 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2008-10-05 22:37:19 +0000 |
| commit | 3abc3a286970d03d9cde95d11328843907f10609 (patch) | |
| tree | 7527bd655de09066e877114b21c5fefc9cb7e8ba /lib/python/Components/UsageConfig.py | |
| parent | bb8df1e39d1d6ff0da067cad05492bb5f388b124 (diff) | |
| download | enigma2-3abc3a286970d03d9cde95d11328843907f10609.tar.gz enigma2-3abc3a286970d03d9cde95d11328843907f10609.zip | |
add possibility to disable loading the length of movies (experts only, sorry)
Diffstat (limited to 'lib/python/Components/UsageConfig.py')
| -rw-r--r-- | lib/python/Components/UsageConfig.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/python/Components/UsageConfig.py b/lib/python/Components/UsageConfig.py index d9fb2a55..714d366d 100644 --- a/lib/python/Components/UsageConfig.py +++ b/lib/python/Components/UsageConfig.py @@ -55,7 +55,8 @@ def InitUsageConfig(): ("5", "DVB-T/-S/-C") ]) config.usage.blinking_display_clock_during_recording = ConfigYesNo(default = False) - + config.usage.load_length_of_movies_in_moviellist = ConfigYesNo(default = True) + def TunerTypePriorityOrderChanged(configElement): setTunerTypePriorityOrder(int(configElement.value)) config.usage.alternatives_priority.addNotifier(TunerTypePriorityOrderChanged) |
