Mailing List archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[vdr] Fix?: Channel info disappearing from LCD (lcdproc plugin)
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....
Greetings,
Stephan
--
Info:
To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe vdr" as subject.
Home |
Main Index |
Thread Index