X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fpython%2FComponents%2FUsageConfig.py;h=acbc342502d5907709f4857707022f8c23f408c6;hp=a265a169aab83ca4d970ab288a02eb316108c8fd;hb=33a8f42447b5f3655b47f15f7c2a4cf45af5c4bb;hpb=891da2ac4faa83f3af25d5deaa2176e424e5fba3 diff --git a/lib/python/Components/UsageConfig.py b/lib/python/Components/UsageConfig.py index a265a16..acbc342 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]