[mythtv-commits] mythtv branch master updated by paulh. v0.28-pre-773-g92229a0

Git Repo Owner noreply at mythtv.org
Thu Jan 30 20:10:45 UTC 2014


The branch, master has been updated on the
mythtv repository by gitolite user paulh.
       via  92229a0a7d81dc5a8e89e15da0c00b08bc47a0d0 (commit)
      from  e6c8a78685e6e1f12b533b81ff6b729adfdca174 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 92229a0a7d81dc5a8e89e15da0c00b08bc47a0d0
Author:    Paul Harrison <pharrison at mythtv.org> at Thu, 30 Jan 2014 20:10:18 +0000
Committer: Paul Harrison <pharrison at mythtv.org> at Thu, 30 Jan 2014 20:10:18 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=92229a0a7d81dc5a8e89e15da0c00b08bc47a0d0

MythImage: fix loading images from slave BE's
52fa7ecc added a check in MythImage::Load() to make sure the file exists but
unfortunately RemoteFile::Exists() only looks on the master BE so trying to
load an image on a slave would always fail.

Just do a quick fix using RemoteFile::FindFile() for now. The proper fix would
be to fix RemoteFile::Exists() but that would require more intensive testing
to make sure fixing it doesn't have some unexpected side-affects.



-----------------------------------------------------------------------

Summary of changes:
 mythtv/libs/libmythui/mythimage.cpp |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

-- 



More information about the mythtv-commits mailing list