[mythtv-commits] Ticket #4505: icons and channel names don't appear until program guide scrolls

MythTV mythtv at cvs.mythtv.org
Tue Jan 29 14:35:59 UTC 2008


#4505: icons and channel names don't appear until program guide scrolls
-------------------------------------------+--------------------------------
 Reporter:  Simon Kenyon <simon at koala.ie>  |        Owner:  danielk
     Type:  defect                         |       Status:  new    
 Priority:  trivial                        |    Milestone:  0.21   
Component:  mythtv                         |      Version:  head   
 Severity:  low                            |   Resolution:         
  Mlocked:  0                              |  
-------------------------------------------+--------------------------------
Changes (by paulh):

  * status:  infoneeded_new => new


Comment:

 Changing line 1785 in guidegrid.cpp from
 {{{
 if (newStartChannel <= 0)
 }}}
 to
 {{{
 if (newStartChannel < 0)
 }}}

 fixed the problem of the icons, chan no and callsign not showing when
 first displaying the EPG.

 Anyone also seeing the icon next to the title not displaying properly as
 well or is this just me?

 I've still got the problem of all icons not showing on a remote frontend
 where I'm sure they were being downloaded from the master BE before.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/4505#comment:8>
MythTV <http://svn.mythtv.org/trac>
MythTV


More information about the mythtv-commits mailing list