Mailing List archive

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

[vdr] vdr-1.1.33 mega-patches including Elchi break lcdproc: channel name disappears from LCD



With VDR-1.1.33 and either A. Schultz's Megapatch or A. Kool's combined
patch lcdproc's channel name display disappears as soon as the OSD channel
info is closed, as both patches incorporate the Elchi patch (see my previous
postings).
Could you please include the following tiny change, because for us (fewer
than I thought?) lcdproc users the problem is otherwise rather hard to track
down...AFAIK and could test it does not break anything else.


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


Greetings (and thanks again for great work)
Stephan





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



Home | Main Index | Thread Index