
noreply at mythtv
Apr 26, 2012, 3:33 PM
Post #1 of 1
(62 views)
Permalink
|
|
mythtv branch fixes/0.25 updated by stuartm. v0.25-58-g58fd2a5
|
|
The branch, fixes/0.25 has been updated on the mythtv repository by gitolite user stuartm. via 58fd2a556b6df98abe159bbe0713920afad57e29 (commit) from 7fac3051b9542b4aaae30cf4c2abdacf4589826c (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 58fd2a556b6df98abe159bbe0713920afad57e29 Author: Stuart Morgan <smorgan [at] mythtv> at Thu, 26 Apr 2012 23:23:53 +0100 Committer: Stuart Morgan <smorgan [at] mythtv> at Thu, 26 Apr 2012 23:24:42 +0100 URL: http://code.mythtv.org/cgit/mythtv/commit/?id=58fd2a556b6df98abe159bbe0713920afad57e29 Fix naming issue spotted by 'dekarl'. The channel icon storage group is called 'ChannelIcons' not 'ChannelIcon', the icon lookups would still work because of some fallback checks but they would be slower. (cherry picked from commit 055a511791aa01dcbeb9743b5db9f242d0f9b517) ----------------------------------------------------------------------- Summary of changes: mythtv/libs/libmythtv/osd.cpp | 2 +- mythtv/programs/mythfrontend/guidegrid.cpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) -- _______________________________________________ mythtv-firehose mailing list mythtv-firehose [at] mythtv http://www.mythtv.org/mailman/listinfo/mythtv-firehose
|