[mythtv-commits] mythtv commit: r10158 - in trunk/mythtv by bjm

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Thu Jun 8 02:47:01 UTC 2006


      Author: bjm
        Date: 2006-06-08 02:47:00 +0000 (Thu, 08 Jun 2006)
New Revision: 10158
   Changeset: http://cvs.mythtv.org/trac/changeset/10158

Modified:

   trunk/mythtv/libs/libmythtv/previouslist.cpp
   trunk/mythtv/libs/libmythtv/proglist.cpp
   trunk/mythtv/themes/G.A.N.T./ui.xml
   trunk/mythtv/themes/blue/ui.xml

Log:

Add a status char column on the proglist and previouslist pages.

NOTE:

You should update your myththemes module and must update these if
you are using a theme from myththemes.

If you are maintaining or using a third party theme, you need to
add a fourth column in the "proglist" section. Look for:

<listarea name="proglist"...

Subtract 20 pixels from the third column and add a column 4 like this:

-        <column number="3" width="420" context="-1"></column>
+        <column number="3" width="400" context="-1"></column>
+        <column number="4" width="20" context="-1"></column>






More information about the mythtv-commits mailing list