aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components
diff options
context:
space:
mode:
authorghost <andreas.monzner@multimedia-labs.de>2011-03-21 11:55:36 +0100
committerghost <andreas.monzner@multimedia-labs.de>2011-03-21 11:55:36 +0100
commit61111fab026bb61d70ffcf74c36e51da56aa7ad2 (patch)
tree1c9c2da856e17b503af8ee04531ab971fce0f4a6 /lib/python/Components
parent35b79c13bc95e26dfae5cb1cda2eef2f265ad9db (diff)
parent10f779bd487379e0a9aec80e586c562e2ac71273 (diff)
downloadenigma2-61111fab026bb61d70ffcf74c36e51da56aa7ad2.tar.gz
enigma2-61111fab026bb61d70ffcf74c36e51da56aa7ad2.zip
Merge branch 'bug_713_fix_timerlist_sort'
Diffstat (limited to 'lib/python/Components')
-rw-r--r--lib/python/Components/UsageConfig.py2
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]