Fixed handling numeric keys in the channel display after switching channel groups

This commit is contained in:
Klaus Schmidinger
2006-07-23 09:26:50 +02:00
parent 92e4e131d0
commit 2aa43cb3e2
3 changed files with 7 additions and 2 deletions

View File

@@ -4802,7 +4802,7 @@ Video Disk Recorder Revision History
- Now making sure a VPS timer has a schedule in case the epg.data file didn't
contain one when VDR was started.
2006-07-22: Version 1.4.1-2
2006-07-23: Version 1.4.1-2
- Fixed the Makefile of the 'servicedemo' plugin, so that it defines the
PLUGIN macro, which allows the Make.config file to react properly when
@@ -4828,3 +4828,5 @@ Video Disk Recorder Revision History
Schmirler).
- cDevice::GetDevice() now prefers any device that's already receiving and doesn't
require detatching receivers (suggested by Anssi Hannula).
- Fixed handling numeric keys in the channel display after switching channel groups
(thanks to Andreas Regel).