delete all service references before playService .. otherwise the 2nd tuner is used...
[enigma2.git] / lib / python / Screens / TimerEdit.py
index e6f1edd4106d65c1f76cc178eba86edd67694195..3eae8162a126f265d6b468e65af103d58f5b0aca 100644 (file)
@@ -3,7 +3,6 @@ from Components.TimerList import TimerList, TimerEntryComponent
 from Components.ConfigList import ConfigList
 from Components.MenuList import MenuList
 from Components.ActionMap import ActionMap
-from Components.TimeInput import TimeInput
 from Components.Label import Label
 from Components.Button import Button
 from Screens.MessageBox import MessageBox
@@ -140,7 +139,7 @@ class TimerEditList(Screen):
                else:
                        data = parseEvent(event)
 
-               self.addTimer(RecordTimerEntry(serviceref, *data))
+               self.addTimer(RecordTimerEntry(serviceref, checkOldTimers = True, *data))
                
        def addTimer(self, timer):
                self.session.openWithCallback(self.finishedAdd, TimerEntry, timer)