[mythtv] Re: [mythtv-commits] mythtv commit: r8217 by cpinkham

Chris Pinkham cpinkham at bc2va.org
Sat Dec 10 15:33:03 EST 2005


> I had the same issue with 18.1 and I do not use the svn version, but I downloaded it, and saw the code changed.
> The problem I discovered in 18.1 was:
> 
> programs/mythfrontend/playbackbox.cpp: 1232 (Release 18.1)
> from
>                     if 
> (gContext->GetNumSetting("UseCategoriesAsRecGroups") )
> to
>                     if (gContext->GetNumSetting("UseCategoriesAsRecGroups") 
> && p->category != "")

Must have been your old post I was reading then because that's the
exact same code I was looking at. :)  Sorry it took so long to fix.
Now that we have Trac up and running, please submit any other bugfixes
you find via Trac. :)

-- 
Chris



More information about the mythtv-dev mailing list