diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2005-05-28 10:09:06 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2005-05-28 10:09:06 +0200 |
commit | b4cbb84489020d0fa3e45fbff60cf1ce43ea6a1b (patch) | |
tree | 1d14c80c5db191a3d57b3ec3c7f3cf9ba32f13c2 /HISTORY | |
parent | 7114258ebd27e302eba4be88b546662c163396f4 (diff) | |
download | vdr-b4cbb84489020d0fa3e45fbff60cf1ce43ea6a1b.tar.gz vdr-b4cbb84489020d0fa3e45fbff60cf1ce43ea6a1b.tar.bz2 |
cEvent no longer stores the channelID directly, but rather has a pointer to the schedule it is in
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -3513,7 +3513,7 @@ Video Disk Recorder Revision History - Fixed a wrong inheritance in libsi's SubtitlingDescriptor::Subtitling (thanks to Marco Schlüßler). -2005-05-26: Version 1.3.25 +2005-05-28: Version 1.3.25 - Updated the Estonian OSD texts (thanks to Arthur Konovalov). - Some cable providers don't mark short channel names according to the standard, @@ -3566,3 +3566,5 @@ Video Disk Recorder Revision History - Made tChannelID::operator==() inline for better performance (thanks to Georg Acher). - Introduced cListBase::count for better performance (thanks to Georg Acher). +- cEvent no longer stores the channelID directly, but rather has a pointer to + the schedule it is in. |