[vdr] New version of EPG Search?
Mike Constabel
vejoun at toppoint.de
Sat Feb 4 12:26:02 CET 2006
Hello,
On 2006-02-04 at 11:41 CET Matthias Fechner wrote:
> I tried now
> http://people.freenet.de/cwieninger/vdr-epgsearch-0.9.10.tgz
>
> but the problem persists.
Try this patch:
--- menu_main.c.org Fri Jan 13 16:51:41 2006
+++ menu_main.c Sun Jan 29 17:00:58 2006
@@ -61,7 +61,7 @@
currentChannel = Channel->Number();
if (Schedule)
{
- const cEvent *PresentEvent = Schedule->GetPresentEvent(currentChannel == cDevice::CurrentChannel());
+ const cEvent *PresentEvent = Schedule->GetPresentEvent();
time_t now;
if (shiftTime == 0)
now = time(NULL) - Setup.EPGLinger * 60;
Mike
More information about the vdr
mailing list