From 33a8f42447b5f3655b47f15f7c2a4cf45af5c4bb Mon Sep 17 00:00:00 2001 From: ghost Date: Fri, 18 Mar 2011 01:03:09 +0100 Subject: add possibility to choose the finished timer timerlist position in usage config refs bug #713 --- lib/python/Components/UsageConfig.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/python/Components/UsageConfig.py') diff --git a/lib/python/Components/UsageConfig.py b/lib/python/Components/UsageConfig.py index a265a169..acbc3425 100644 --- a/lib/python/Components/UsageConfig.py +++ b/lib/python/Components/UsageConfig.py @@ -113,6 +113,8 @@ def InitUsageConfig(): ("step", _("Singlestep (GOP)")), ("last", _("Last speed")) ]) + config.usage.timerlist_finished_timer_position = ConfigSelection(default = "beginning", choices = [("beginning", _("at beginning")), ("end", _("at end"))]) + def updateEnterForward(configElement): if not configElement.value: configElement.value = [2] -- cgit v1.2.3