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