mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Fixed missing channel info after an incomplete channel group switch
This commit is contained in:
parent
80c822c1c5
commit
4eecc59ef8
@ -824,3 +824,6 @@ Marco Franceschetti <ordaz@quipo.it>
|
|||||||
|
|
||||||
Jens Groth <Jens_Groth@t-online.de>
|
Jens Groth <Jens_Groth@t-online.de>
|
||||||
for reporting a an outdated driver version number in INSTALL
|
for reporting a an outdated driver version number in INSTALL
|
||||||
|
|
||||||
|
Andreas Trauer <vdr@trauers.homelinux.net>
|
||||||
|
for fixing missing channel info after an incomplete channel group switch
|
||||||
|
2
HISTORY
2
HISTORY
@ -2407,3 +2407,5 @@ Video Disk Recorder Revision History
|
|||||||
|
|
||||||
- Updated the required driver version in INSTALL (thanks to Jens Groth for
|
- Updated the required driver version in INSTALL (thanks to Jens Groth for
|
||||||
reporting this one).
|
reporting this one).
|
||||||
|
- Fixed missing channel info after an incomplete channel group switch (thanks
|
||||||
|
to Andreas Trauer).
|
||||||
|
3
menu.c
3
menu.c
@ -4,7 +4,7 @@
|
|||||||
* See the main source file 'vdr.c' for copyright information and
|
* See the main source file 'vdr.c' for copyright information and
|
||||||
* how to reach the author.
|
* how to reach the author.
|
||||||
*
|
*
|
||||||
* $Id: menu.c 1.272 2003/09/14 10:49:28 kls Exp $
|
* $Id: menu.c 1.273 2003/10/03 14:36:20 kls Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "menu.h"
|
#include "menu.h"
|
||||||
@ -2823,6 +2823,7 @@ eOSState cDisplayChannel::ProcessKey(eKeys Key)
|
|||||||
case kChanUp:
|
case kChanUp:
|
||||||
case kChanDn|k_Repeat:
|
case kChanDn|k_Repeat:
|
||||||
case kChanDn:
|
case kChanDn:
|
||||||
|
withInfo = true;
|
||||||
group = -1;
|
group = -1;
|
||||||
Refresh();
|
Refresh();
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user