Fixed EPG scan on systems with only a single DVB device that use software output

This commit is contained in:
Klaus Schmidinger
2012-04-07 14:41:39 +02:00
parent 4e8dedb7ad
commit c24a891568
3 changed files with 7 additions and 3 deletions

View File

@@ -7052,7 +7052,7 @@ Video Disk Recorder Revision History
- Fixed handling IDLEPRIORITY in cDvbDevice::ProvidesChannel() (thanks to Frank
Schmirler).
2012-04-06: Version 1.7.28
2012-04-07: Version 1.7.28
- Fixed cPixmapMemory::DrawEllipse() for quadrants -1 and -4.
- Fixed getting the maximum short channel name length in case there are no short names
@@ -7062,3 +7062,5 @@ Video Disk Recorder Revision History
- Now limiting the number of characters of a channel's (short) name to 16 in the
schedules menus, to keep that column from getting overly wide in case there is
a channel with a very long name that has no short name.
- Fixed EPG scan on systems with only a single DVB device that use software output
(reported by Juergen Lock).