
noreply at mythtv
May 31, 2012, 4:07 PM
Post #1 of 1
(39 views)
Permalink
|
|
mythtv branch master updated by stuartm. v0.26-pre-434-gca9086d
|
|
The branch, master has been updated on the mythtv repository by gitolite user stuartm. via ca9086de2ed28b036cbcc9e7245b792e1e110a5e (commit) via 1d7922cc538296f0067197019a54e60d524f2c4f (commit) from e47bcd4955118cb7f8ad52e4388d38f395a1d96f (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 ca9086de2ed28b036cbcc9e7245b792e1e110a5e Author: Stuart Morgan <smorgan [at] mythtv> at Fri, 1 Jun 2012 00:03:52 +0100 Committer: Stuart Morgan <smorgan [at] mythtv> at Fri, 1 Jun 2012 00:03:52 +0100 URL: http://code.mythtv.org/cgit/mythtv/commit/?id=ca9086de2ed28b036cbcc9e7245b792e1e110a5e Cleanup OSD::DialogShow(), this code had the potential to segfault if the theme was missing a dialogue definition. commit 1d7922cc538296f0067197019a54e60d524f2c4f Author: Stuart Morgan <smorgan [at] mythtv> at Thu, 31 May 2012 23:31:59 +0100 Committer: Stuart Morgan <smorgan [at] mythtv> at Thu, 31 May 2012 23:32:13 +0100 URL: http://code.mythtv.org/cgit/mythtv/commit/?id=1d7922cc538296f0067197019a54e60d524f2c4f Don't check m_statusText for NULL it's redundant and confuses Coverity. ----------------------------------------------------------------------- Summary of changes: mythtv/libs/libmythtv/osd.cpp | 41 ++++++++++++------------- mythtv/programs/mythtv-setup/importicons.cpp | 16 ++++------ 2 files changed, 26 insertions(+), 31 deletions(-) -- _______________________________________________ mythtv-commits mailing list mythtv-commits [at] mythtv http://www.mythtv.org/mailman/listinfo/mythtv-commits
|