[mythtv-commits] mythtv/master commit: db123034e by Robert McNamara (rmcnamara)

MythTV noreply at mythtv.org
Thu Feb 16 06:23:40 UTC 2012


      Author:  Robert McNamara <rmcnamara at mythtv.org>
 Change Date:  2012-02-15T22:22:20-08:00
   Push Date:  2012/02/15 22:23:25 -0800
  Repository:  mythtv
      Branch:  master
New Revision:  db123034e322be6af5104063b044933693ad2d25
   Changeset:  https://github.com/MythTV/mythtv/commit/db123034e

Log:

Fix editing inetref/season/episode from the PBB.

When called from the PBB, the rule editor uses recinfo rather than
the rec rule.  The RecordingInfo Inetref, Season and Episode were
continually being filled into the UI even though changes were being
saved.  So, if a recorded program had an inetref, and you edited it
from the PBB, that value would stubbornly refill the UI even though
the rule itself was different.  Conversely, calling the editor
from one of the other screens like the rule editor would work fine
because there was no associated RecordingInfo, and everything was
filled in from the RecordingRule.

Unconditionally use the database recording rule value to fill in the
UI, no matter where the rule editor is invoked from.

Fixes #10344.

Modified:

   mythtv/programs/mythfrontend/scheduleeditor.cpp



More information about the mythtv-commits mailing list