Mailing List archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[vdr] Small bugfix: ChannelInfo after incomplete selection of channel group
Good morning,
Bug:
1) select a channel with Up/Down
2) select a channel group with Left/Right (without confirmation with
OK/Back)
3) select a channel with Up/Down
-> the Info is not displayed anymore
Bugfix:
--- menu.c 2003-09-14 12:49:28.000000000 +0200
+++ menu.c.new 2003-09-23 08:20:18.000000000 +0200
@@ -2823,6 +2823,7 @@
case kChanUp:
case kChanDn|k_Repeat:
case kChanDn:
+ withInfo = true;
group = -1;
Refresh();
break;
I don't know what kChanUp/kChanDn is doing, so maybe the new line must
be placed before these 4 cases after the kUp/kDown cases.
There still is a problem when the DisplayChannel is started with a
Left/Right key. In this case the Interface must be replaced/reopened
with the new number of lines, I guess.
--
Info:
To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe vdr" as subject.
Home |
Main Index |
Thread Index