From ba76535204cfe4300ceb090fbaa3a06c26fb8599 Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Wed, 10 May 2006 23:01:12 +0000 Subject: [PATCH] show message when zapping away even when zap without asking is on --- RecordTimer.py | 1 + 1 file changed, 1 insertion(+) 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() -- 2.30.2