[mythtv-commits] mythtv/master commit: fa0c90d40 by Chris Pinkham (cpinkham)

MythTV noreply at mythtv.org
Tue Jun 28 01:41:31 UTC 2011


      Author:  Chris Pinkham <cpinkham at mythtv.org>
 Change Date:  2011-06-27T18:37:08-07:00
   Push Date:  2011/06/27 18:41:24 -0700
  Repository:  mythtv
      Branch:  master
New Revision:  fa0c90d402f70d85051a30500328e90d5d3b6254
   Changeset:  https://github.com/MythTV/mythtv/commit/fa0c90d40

Log:

Fix a regresssion in 45cfaa7a8 related to local image loading.

45cfaa7a8 made itso that all images not starting with a '/'
were loaded in the background without first checking the last
modified time in the foreground first.  This somehow caused an
issue with local relative filenames.  This bugfix changes the
logic a little to check for remote filenames instead of checking
for a '/'.

There still may be a race condition or locking issue which
actually caused the problem seen after 45cfaa7a8, but this
patch fixes the code so that the intent of 45cfaa7a8 is accomplished.

Modified:

   mythtv/libs/libmythui/mythuiimage.cpp



More information about the mythtv-commits mailing list