Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: Small bugfix: ChannelInfo after incomplete selection of channel group



Andreas Trauer wrote:
> 
> 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.

kChanUp/kChanDn are the dedicated channel switch keys and do the
same as the kUp/kDown keys in this case, so your fix should be
correct.

> 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.

I don't see a problem here. With your fix applied it all
works as expected AFAICS.

Klaus


-- 
Info:
To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe vdr" as subject.



Home | Main Index | Thread Index