[mythtv-commits] mythtv commit: r15762 by paulh
mythtv at cvs.mythtv.org
mythtv at cvs.mythtv.org
Mon Feb 4 23:53:20 UTC 2008
Author: paulh
Date: 2008-02-04 23:53:20 +0000 (Mon, 04 Feb 2008)
New Revision: 15762
Changeset: http://cvs.mythtv.org/trac/changeset/15762
Modified:
trunk/mythtv/libs/libmythtv/guidegrid.cpp
Log:
Fix a problem on remote FEs were the channel icons in the guide grid were
not being shown when using icons streamed from the master BE.
The channel icons in the guide wasn't actually using the pixmaps loaded by
PixmapChannel::LoadChannelIcon() but was trying to reload them using their
filename which isn't available on the FE only on the BE.
Refs #4505.
More information about the mythtv-commits
mailing list