[mythtv-firehose] mythtv branch master updated by jyavenard. v0.27-pre2-1659-gc11e856

Git Repo Owner noreply at mythtv.org
Tue Jul 2 14:38:45 UTC 2013


The branch, master has been updated on the
mythtv repository by gitolite user jyavenard.
       via  c11e856d00fdead6057d7a71eba8c6b1aa2c1b84 (commit)
       via  24b33aaae128c1e7383500f2993e84cc2f3c14f0 (commit)
      from  c3a589bf82cb3c994b513fe43864678ebdedfa56 (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 c11e856d00fdead6057d7a71eba8c6b1aa2c1b84
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Wed, 3 Jul 2013 00:37:24 +1000
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Wed, 3 Jul 2013 00:37:24 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=c11e856d00fdead6057d7a71eba8c6b1aa2c1b84

Fix crash when changing theme while a notification is active.
We were re-creating the screen immediately when deleted which cause re-reading the theme, but the them would later be deleted invalidating all caches... So avoid re-reading the theme just yet



commit 24b33aaae128c1e7383500f2993e84cc2f3c14f0
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Wed, 3 Jul 2013 00:15:52 +1000
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Wed, 3 Jul 2013 00:15:52 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=24b33aaae128c1e7383500f2993e84cc2f3c14f0

Fix crash when a notification is active while quitting the application
The MainWindow destructor deletes all the active screen stack including all its content, causing a double delete when we tried to delete ours...



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

Summary of changes:
 mythtv/libs/libmythui/mythuinotificationcenter.cpp |   71 +++++++++-----------
 mythtv/libs/libmythui/mythuinotificationcenter.h   |    5 +-
 .../libmythui/mythuinotificationcenter_private.h   |   37 ++++++++++-
 3 files changed, 73 insertions(+), 40 deletions(-)

-- 



More information about the mythtv-firehose mailing list