[mythtv-commits] mythtv commit: r11767 by bjm

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Thu Nov 16 19:08:31 UTC 2006


      Author: bjm
        Date: 2006-11-16 19:08:30 +0000 (Thu, 16 Nov 2006)
New Revision: 11767
   Changeset: http://cvs.mythtv.org/trac/changeset/11767

Modified:

   trunk/mythtv/libs/libmythtv/scheduledrecording.cpp

Log:

Always set a findid when creating a new record rule. This field
is only necessary for FindOne rules and a findid of zero would
cause the rule to record repeatedly rather then stopping after
the first recording. If a rule is created as another type then
changed to FindOne, testing shows that this field should be given
a valid value when saved. However, there may still be rouge cases
where this field may not be set. Therefore this change will alway
fill this field for every rule because it could be changed to
FindOne in the future.





More information about the mythtv-commits mailing list