[vdr] vdr 1.3.41: channel up/down doesn't work
Stefan Huelswitt
s.huelswitt at gmx.de
Tue Jan 31 21:20:32 CET 2006
On 30 Jan 2006 Klaus Schmidinger <Klaus.Schmidinger at cadsoft.de> wrote:
> Please try changing the line
>
> if (Channel && !Channel->GroupSep() && cDevice::GetDevice(Channel, 0))
>
> in menu.c to
>
> if (Channel && !Channel->GroupSep() && (PrimaryDevice()->ProvidesChannel(Channel, Setup.PrimaryLimit) || cDevice::GetDevice(Channel, 0)))
>
> (untested, just an idea).
Beside that's actualy cDevice::PrimaryDevice(), it works a
expected.
Thanks.
Regards.
--
Stefan Huelswitt
s.huelswitt at gmx.de | http://www.muempf.de/
More information about the vdr
mailing list