show message when zapping away even when zap without asking is on
authorFelix Domke <tmbinc@elitedvb.net>
Wed, 10 May 2006 23:01:12 +0000 (23:01 +0000)
committerFelix Domke <tmbinc@elitedvb.net>
Wed, 10 May 2006 23:01:12 +0000 (23:01 +0000)
RecordTimer.py

index 186b386c7a4dc8bac93172b6b1b3e10dcd21c43b..90d1505e96526045bc1d806e0a2191a4f86f4caa 100644 (file)
@@ -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.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()
                                        self.failureCB(True)
 
                        self.do_backoff()