[mythtv-commits] mythtv branch fixes/0.25 updated by stuartm. v0.25-104-g5b94651

Git Repo Owner noreply at mythtv.org
Wed May 23 09:07:59 UTC 2012


The branch, fixes/0.25 has been updated on the
mythtv repository by gitolite user stuartm.
       via  5b9465129baa608f21a09fdd2161b70bfd5a42e8 (commit)
      from  ac20779aceb2b7d936f0e977c008a6555a8044a3 (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 5b9465129baa608f21a09fdd2161b70bfd5a42e8
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:07:31 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=5b9465129baa608f21a09fdd2161b70bfd5a42e8

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. (cherry picked from commit 6fe9ad066571d2d83600191182123b5dc41152e4)



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

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

-- 



More information about the mythtv-commits mailing list