[mythtv] problem with delete button "Yes, but record..." missing

Chris Pinkham cpinkham at bc2va.org
Wed Feb 11 23:28:13 EST 2004


> 	(program->subtitle != "" && program->description != ""))
> 
> to
> 	(program->IsSameProgram(*program)))
> 
> But it's not clear to me what this is supposed to compare.
> I do see the button for some recordings with sub and desc but
> not for others.
> 
> I think the old version could be changed from "&&" to "||" so
> that the button would appear if there is either a sub or desc
> since any of the duplicate methods could be used in the future.

I'll correct this when I commit tonight.  I think this snuck in
when applied the duplicates patch.  I have seen it popping up on my
up-to-date frontend but hadn't noticed it wasn't acting correctly.

-- 

Chris



More information about the mythtv-dev mailing list