fixed message dialog "A record has been started" from timer.description to timer...
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>
Mon, 18 Jun 2007 22:17:42 +0000 (22:17 +0000)
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>
Mon, 18 Jun 2007 22:17:42 +0000 (22:17 +0000)
RecordTimer.py

index f4ec9a9..73e7eef 100644 (file)
@@ -327,7 +327,7 @@ class RecordTimerEntry(timer.TimerEntry, object):
                        # TODO: this has to be done.
                elif event == iRecordableService.evStart:
                        # maybe this should be configurable?
-                       Notifications.AddPopup(text = _("A record has been started:\n%s") % self.description, type = MessageBox.TYPE_INFO, timeout = 3)
+                       Notifications.AddPopup(text = _("A record has been started:\n%s") % self.name, type = MessageBox.TYPE_INFO, timeout = 3)
 
        # we have record_service as property to automatically subscribe to record service events
        def setRecordService(self, service):