diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2005-05-22 10:43:10 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2005-05-22 10:43:10 +0200 |
commit | 2d3702b8507361c3c9f17fe290fc1d6af0cef983 (patch) | |
tree | 4f178fb14ea41540d15fb2c24a9872bf56426e15 /recording.h | |
parent | a0e65853042dacd888921a435d7b3d549e7d894e (diff) | |
download | vdr-2d3702b8507361c3c9f17fe290fc1d6af0cef983.tar.gz vdr-2d3702b8507361c3c9f17fe290fc1d6af0cef983.tar.bz2 |
Fall back to 'summary.vdr' if there is no 'info.vdr'
Diffstat (limited to 'recording.h')
-rw-r--r-- | recording.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recording.h b/recording.h index 548e8017..893c9a23 100644 --- a/recording.h +++ b/recording.h @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: recording.h 1.36 2005/05/22 09:08:40 kls Exp $ + * $Id: recording.h 1.37 2005/05/22 10:29:02 kls Exp $ */ #ifndef __RECORDING_H @@ -39,7 +39,7 @@ private: const cEvent *event; cEvent *ownEvent; cRecordingInfo(const cEvent *Event = NULL); - void SetTitleAndDescription(const char *Title, const char *Description); + void SetData(const char *Title, const char *ShortText, const char *Description); public: ~cRecordingInfo(); const char *Title(void) const { return event->Title(); } |