X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=RecordTimer.py;h=1cb7eb3b02442b1dd616ec89906ec88446ee80df;hp=4ece9c58133a76216017010d5b165c0c2aabc0cb;hb=bceeb1e944f82724d3cdcf1871f29d8926386dbc;hpb=68d7804ff72c80b4ba7c4e64e6a3ae36c1bad68b diff --git a/RecordTimer.py b/RecordTimer.py index 4ece9c5..1cb7eb3 100755 --- a/RecordTimer.py +++ b/RecordTimer.py @@ -517,7 +517,7 @@ class RecordTimer(timer.Timer): checkit = True for timer in root.findall("timer"): newTimer = createTimer(timer) - if (self.record(newTimer, True, True) is not None) and (checkit == True): + if (self.record(newTimer, True, dosave=False) is not None) and (checkit == True): from Tools.Notifications import AddPopup from Screens.MessageBox import MessageBox AddPopup(_("Timer overlap in timers.xml detected!\nPlease recheck it!"), type = MessageBox.TYPE_ERROR, timeout = 0, id = "TimerLoadFailed")