diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2011-03-21 11:55:36 +0100 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2011-03-21 11:55:36 +0100 |
| commit | 61111fab026bb61d70ffcf74c36e51da56aa7ad2 (patch) | |
| tree | 1c9c2da856e17b503af8ee04531ab971fce0f4a6 /lib/python/Components/UsageConfig.py | |
| parent | 35b79c13bc95e26dfae5cb1cda2eef2f265ad9db (diff) | |
| parent | 10f779bd487379e0a9aec80e586c562e2ac71273 (diff) | |
| download | enigma2-61111fab026bb61d70ffcf74c36e51da56aa7ad2.tar.gz enigma2-61111fab026bb61d70ffcf74c36e51da56aa7ad2.zip | |
Merge branch 'bug_713_fix_timerlist_sort'
Diffstat (limited to 'lib/python/Components/UsageConfig.py')
| -rw-r--r-- | lib/python/Components/UsageConfig.py | 2 |
1 files changed, 2 insertions, 0 deletions
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] |
