X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=lib%2Fpython%2FScreens%2FTimerEdit.py;h=0abb42a81fe5a07da0101e50876fa1d6d4f07c1e;hb=19a3bfd167508654566d8cf0ac32e9256839851c;hp=8f742b8ccb3a8998daf91b9c3c61dfff3ac4df43;hpb=df40bb74c9b81ad3d7ad16cb8e6c3ff0f70f649a;p=vuplus_dvbapp diff --git a/lib/python/Screens/TimerEdit.py b/lib/python/Screens/TimerEdit.py index 8f742b8..0abb42a 100644 --- a/lib/python/Screens/TimerEdit.py +++ b/lib/python/Screens/TimerEdit.py @@ -179,7 +179,7 @@ class TimerEditList(Screen): def eol_compare(x, y): if x[0].state != y[0].state and x[0].state == RealTimerEntry.StateEnded or y[0].state == RealTimerEntry.StateEnded: return cmp(x[0].state, y[0].state) - return cmp(x[0].begin, x[1].begin) + return cmp(x[0].begin, y[0].begin) list = self.list del list[:]