On Tuesday 03 January 2006 17:55, Torbjörn Jansson wrote:
> [EMAIL PROTECTED] <> wrote:
> > Stutty wrote:
> >> As far as I can work out the ProgramInfo.lastmodified is always newer
> >> than the thumbnail when I exit from watching a recording... So this
> >> code in Playbackbox::getPixmap, always gets exercised:
> >>
> >>    if (previewLastModified <  pginfo->lastmodified &&
> >>        previewLastModified >= pginfo->recendts &&
> >>        !pginfo->IsEditing() &&
> >>        !JobQueue::IsJobRunning(JOB_COMMFLAG, pginfo))    {
> >>        RemoteGeneratePreviewPixmap(pginfo);
> >>        previewLastModified = getPreviewLastModified(pginfo);    }
> >>
> >>
> >> If this is a problem then I'll raise a ticket tomorrow, otherwise
> >> I'll just patch locally as it's a real PITA for me.
> >
> > Please do (with patch if possible) as this has been noted before on
> > -dev and certain exists as an issue.
> >
> > Kevin
>
> Could this be another case where the miliseconds part of the date affects
> coparison of the dates?

Naw, this is likely just the bookmark update changing the lastmodified 
timestamp.

Isaac
_______________________________________________
mythtv-dev mailing list
mythtv-dev@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev

Reply via email to