[mythtv-commits] mythtv commit: r25534 by jpoet

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Sun Aug 1 20:11:44 UTC 2010


      Author: jpoet
        Date: 2010-08-01 20:11:43 +0000 (Sun, 01 Aug 2010)
New Revision: 25534
   Changeset: http://svn.mythtv.org/trac/changeset/25534

Modified:

   trunk/mythtv/programs/mythfrontend/proglist.cpp
   trunk/mythtv/programs/mythfrontend/proglist.h

Log:

Using "Search Lists" to find shows to record, the selected item would be
reset to the top after a refresh.  To find the selected item, pointers where
being compared, but if the list is reloaded, the pointers would not be the
same anymore.

There may be a more correct way to fix this, but for now use
ProgramInfo::IsSameProgramWeakCheck() to find the location in the list.





More information about the mythtv-commits mailing list