[mythtv] Re: [mythtv-users] mythtv forgets to tune in the right channel before recording or livetv

Ben Bucksch linux.news at bucksch.org
Tue May 6 10:49:29 EDT 2003


(removing -users from receipients)

MacDanger wrote:

>In this version I think its just a "logical coding error" where the
>progammer though: oh, the current channel has not been changed yet (by
>mythtv) so why should i set the current channel again?!
>
Indeed:

bool Channel::SetChannelByString(const QString &chan)
{
[...[
    if (curchannelname == chan)
        return true;




More information about the mythtv-dev mailing list