cEIT::cEIT() now calls pSchedule->SetPresentSeen() even if OnlyRunningStatus is true

This commit is contained in:
Klaus Schmidinger
2006-07-22 09:25:11 +02:00
parent c4743d1d26
commit e9a90f7972
2 changed files with 5 additions and 3 deletions

View File

@@ -4814,3 +4814,5 @@ Video Disk Recorder Revision History
- Removed a double fdopen() in cPipe::Open() (reported by Stefan Huelswitt).
- Fixed handling the running status of EPG events before the currently running one,
in case they are added after the current event.
- cEIT::cEIT() now calls pSchedule->SetPresentSeen() even if OnlyRunningStatus is
true.