From: Felix Domke Date: Wed, 10 May 2006 23:01:12 +0000 (+0000) Subject: show message when zapping away even when zap without asking is on X-Git-Tag: 2.6.0~3463 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/ba76535204cfe4300ceb090fbaa3a06c26fb8599 show message when zapping away even when zap without asking is on --- diff --git a/RecordTimer.py b/RecordTimer.py index 186b386c..90d1505e 100644 --- a/RecordTimer.py +++ b/RecordTimer.py @@ -157,6 +157,7 @@ class RecordTimerEntry(timer.TimerEntry): Notifications.AddNotificationWithCallback(self.failureCB, MessageBox, _("A timer failed to record!\nDisable TV and try again?\n")) else: # zap without asking self.log(9, "zap without asking") + Notifications.AddNotification(MessageBox, _("In order to record a timer, the TV was switched to the recording service!\n"), type=MessageBox.TYPE_WARNING) self.failureCB(True) self.do_backoff()