diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2006-02-26 10:25:59 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2006-02-26 10:25:59 +0100 |
commit | 9488c94133526fc9b0945638cdc74c6fffabbc61 (patch) | |
tree | 408b32c19fcb44cba763d89d6bfd5fca1e35cd73 /HISTORY | |
parent | 450c7ef1af67a308780f1df920939b5e8f2edf9b (diff) | |
download | vdr-9488c94133526fc9b0945638cdc74c6fffabbc61.tar.gz vdr-9488c94133526fc9b0945638cdc74c6fffabbc61.tar.bz2 |
Fixed setting events to timers in case a non-VPS event has expired
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4360,7 +4360,7 @@ Video Disk Recorder Revision History - Added a comment to tChannelID::nid, explaining that is is actually the "original" network id. -2006-02-25: Version 1.3.44 +2006-02-26: Version 1.3.44 - Fixed setting the audio language codes in 'Transfer-Mode' (reported by Rolf Ahrenberg). The actual problem was the call to the Transferring() function in @@ -4401,3 +4401,4 @@ Video Disk Recorder Revision History menu when pressing the "Blue" button. In order to avoid unnecessary work, each timer now has its own timestamp to control whether its schedule has changed since the last time its event has been set. +- Fixed setting events to timers in case a non-VPS event has expired. |