New version of EPG Search?

Message ID 20060204112602.GF5664@herakles.toppoint.de
State New
Headers

Commit Message

Mike Constabel Feb. 4, 2006, 11:26 a.m. UTC
  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:



Mike
  

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;