move volumeslider to the same position as in e1
[enigma2.git] / lib / python / Components / TimerList.py
index 6511f6f125768c2c0cca1c4f524e4453a3ac910d..f4176fadef0f738fc60e202cf56f8339bff9142d 100644 (file)
@@ -43,7 +43,7 @@ def TimerEntryComponent(timer, processed):
        else:
                res.append((0, 30, 200, 20, 1, RT_HALIGN_LEFT, repeatedtext + ("%s, %s ... %s" % (FuzzyTime(timer.begin) + FuzzyTime(timer.end)[1:]))))
 
-       res.append((300, 0, 200, 20, 1, RT_HALIGN_RIGHT, timer.description))
+       res.append((300, 0, 200, 20, 1, RT_HALIGN_RIGHT, timer.name))
        
        if not processed:
                if timer.state == TimerEntry.StateWait: