aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/UsageConfig.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python/Components/UsageConfig.py')
-rw-r--r--lib/python/Components/UsageConfig.py3
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)