diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2013-02-17 11:04:36 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2013-02-17 11:04:36 +0100 |
commit | 7076f20b446740c5b92037ff4aac23ea381b8dfc (patch) | |
tree | e24c752449a22cfa85291338c6f5cd63006e571f | |
parent | 30e10239ca608434bd76ecae3c50717d232c6a95 (diff) | |
download | vdr-7076f20b446740c5b92037ff4aac23ea381b8dfc.tar.gz vdr-7076f20b446740c5b92037ff4aac23ea381b8dfc.tar.bz2 |
Credit to Matthias Senzel
-rw-r--r-- | CONTRIBUTORS | 4 | ||||
-rw-r--r-- | HISTORY | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 0354760f..9dc00114 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -3078,3 +3078,7 @@ Bernard Jaulin <bernard.jaulin@gmail.com> Mikael Hübsch <mikael.hubsch@gmail.com> for reporting a crash in cMenuEditChanItem::Set() when entering a channel number that doesn't exist + +Matthias Senzel <matthias.senzel@t-online.de> + for reporting a problem with switching back to live viewing after replay in a setup + with device bonding @@ -7630,7 +7630,8 @@ Video Disk Recorder Revision History Ville Skyttä). - Added missing 'const' to cDevice::HasProgramme() and cDevice::HasLock(). - Fixed determining the priority of the primary device in case it is neither replaying - nor receiving a live channel. + nor receiving a live channel (thanks to Matthias Senzel for reporting a problem with + switching back to live viewing after replay in a setup with device bonding). - Removed all \return and \param tags from comment lines marked with "///<" for Doxygen. There was only a rather small number of these, and I would probably always forget to put them in place when writing future comments, so I decided to drop them entirely. |