Mailing List archive

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

[vdr] Re: osd behavior when we change the channels



Guy Roussin wrote:
> 
> Hi,
> 
> When i press keys to change the channels,
> i have on the osd the name of the future channel
> but the epg data of the old channel stay there.
> In my opinion, theses old epg data must be remove
> (blank lines) during the gap before the new
> channels is realy selected.

Please try this:

--- menu.c      2003/06/07 12:31:57     1.256
+++ menu.c      2003/06/15 15:36:38
@@ -2740,6 +2740,8 @@
             number = number * 10 + Key - k0;
             if (number > 0) {
                cChannel *channel = Channels.GetByNumber(number);
+               Interface->Clear();
+               withInfo = false;
                DisplayChannel(channel);
                lastTime = time_ms();
                }

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