On Saturday 04 February 2006 10:41, Matthias Fechner wrote:
Hello Frank,
- Frank Enderle frank.enderle@gmx.net [04-02-06 09:55]:
I tried now http://people.freenet.de/cwieninger/vdr-epgsearch-0.9.10.tgz
but the problem persists.
If your compilation problem involves line 374 of menu_main.c in the plugin, try changing it from:
const cEvent *PresentEvent = Schedule->GetPresentEvent(currentChannel == cDevice::CurrentChannel());
to:
const cEvent *PresentEvent = Schedule->GetPresentEvent();
Worked for me! GetPresentEvent no longer takes any arguments and always takes the running status into account.
Cheers,
Laz