[mythtv-commits] mythtv branch master updated by stuartm. v0.26-pre-361-g6fe9ad0

Git Repo Owner noreply at mythtv.org
Wed May 23 09:05:33 UTC 2012


The branch, master has been updated on the
mythtv repository by gitolite user stuartm.
       via  6fe9ad066571d2d83600191182123b5dc41152e4 (commit)
      from  361834a58512297aa5d6296ef8c5321469ea37b2 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 6fe9ad066571d2d83600191182123b5dc41152e4
Author:    Stuart Morgan <smorgan at mythtv.org> at Sun, 20 May 2012 18:35:59 +0100
Committer: Stuart Morgan <smorgan at mythtv.org> at Wed, 23 May 2012 10:05:13 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=6fe9ad066571d2d83600191182123b5dc41152e4

Ensure the default parental level is set before we Load() the video data. This was seemingly always backwards which caused the data to be loaded twice. It was then broken by 7c8e45f which moved the signal connection to the right place but overlooked the misplaced ParentalLevel::SetLevel(). To recap, we want to connect the SigLevelChanged() signal _after_ the initial load otherwise we'd always trigger a second unwanted load.



-----------------------------------------------------------------------

Summary of changes:
 mythtv/programs/mythfrontend/videodlg.cpp |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

-- 



More information about the mythtv-commits mailing list