Mailing List archive

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

[vdr] Re: Fix?: Channel info disappearing from LCD (lcdproc plugin)



Stephan Schreiber wrote:
> 
> Hi,
> 
> I don't remember where I got it from (nor could I find it anymore), but this
> patch is still necessary for me with vdr 1.1.32 and autopid.
> (Otherwise, the second line of my 4-line-LCD (lcdproc) gets blank as soon as
> the OSD channel info disappears)
> 
> --------------------------
> 
> --- vdr-1.1.29/menu.c   Sun May 18 19:00:59 2003
> +++ vdr-1.1.29-allpatch/menu.c  Thu May  1 15:59:54 2003
> @@ -3192,7 +3192,7 @@
>         Interface->Write(-strlen(date) + 5, 0, date,
> ((eDvbColor)fgdatetime), clrChannelName);
>         Interface->SetFont(OldFont);
> 
> -  cStatus::MsgOsdChannel(buffer);
> +  cStatus::MsgOsdChannel(buffer + 1);
>  }
> 
>  void cDisplayChannel::DisplayInfo(void)
> 
> --------------------------
> 
> Here it does not seem to break anything else so far....

Strange... I don't recall any changes in that area lately.

Does this also happen with "plain vanilla" VDR (i.e. _without_
any patches)?

Klaus
-- 
_______________________________________________________________

Klaus Schmidinger                       Phone: +49-8635-6989-10
CadSoft Computer GmbH                   Fax:   +49-8635-6989-40
Hofmark 2                               Email:   kls@cadsoft.de
D-84568 Pleiskirchen, Germany           URL:     www.cadsoft.de
_______________________________________________________________


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



Home | Main Index | Thread Index