X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/6ff491caab739113f212543e4a70a0773cf6ce37..11ea70cc0749456ad092a193e5c5bd70c1fac0dc:/RecordTimer.py diff --git a/RecordTimer.py b/RecordTimer.py index 4ece9c58..1cb7eb3b 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")