[mythtv-commits] mythtv commit: r15585 by cpinkham

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Fri Jan 25 07:36:01 UTC 2008


      Author: cpinkham
        Date: 2008-01-25 07:36:01 +0000 (Fri, 25 Jan 2008)
New Revision: 15585
   Changeset: http://cvs.mythtv.org/trac/changeset/15585

Modified:

   trunk/mythtv/programs/mythfrontend/playbackbox.cpp

Log:

If the title of a recording is empty (ie, ""), then set the displayed title
to _NO_TITLE_ on the Watch Recordings screen.  The title is used as a key
in several QMaps in PlaybackBox, and an empty string is used as a special
case for All Programs, so this was masking recordings with empty titles.
There normally should not be recordings with empty titles, but just in case
there is bad data from a grabber or data provider, this mod will let the
user see the recordings so they can be editted or deleted.

This closes #3807.  I was unable to replicate the issue described in the
ticket, but did notice the issue I am fixing here while testing.






More information about the mythtv-commits mailing list