aboutsummaryrefslogtreecommitdiff
path: root/RecordTimer.py
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2006-05-10 23:01:12 +0000
committerFelix Domke <tmbinc@elitedvb.net>2006-05-10 23:01:12 +0000
commitba76535204cfe4300ceb090fbaa3a06c26fb8599 (patch)
treef2b35f327c783bb9a74e1b79b53b8e0562c3408c /RecordTimer.py
parent1c4afca574ce3b3af434b458e52b61871eba5d31 (diff)
downloadenigma2-ba76535204cfe4300ceb090fbaa3a06c26fb8599.tar.gz
enigma2-ba76535204cfe4300ceb090fbaa3a06c26fb8599.zip
show message when zapping away even when zap without asking is on
Diffstat (limited to 'RecordTimer.py')
-rw-r--r--RecordTimer.py1
1 files changed, 1 insertions, 0 deletions
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()