[mythtv-commits] mythtv branch master updated by jyavenard. v0.27-alpha-13-g7bd5d53

Git Repo Owner noreply at mythtv.org
Sat Jul 27 11:09:56 UTC 2013


The branch, master has been updated on the
mythtv repository by gitolite user jyavenard.
       via  7bd5d53e2c304f770f2dacfd0fed7ddb56720114 (commit)
       via  95d014f1bdbbbea346ce2dc92fa8fe7b04a09e2f (commit)
       via  474cdb1b88b606c729bb560a2b9065e99d15d7db (commit)
      from  abb1bed269429ad37908478f00bfa7f4c50571cd (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 7bd5d53e2c304f770f2dacfd0fed7ddb56720114
Author:    Karl Dietz <dekarl at mythtv.org> at Sat, 27 Jul 2013 11:19:55 +0200
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Sat, 27 Jul 2013 21:04:55 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=7bd5d53e2c304f770f2dacfd0fed7ddb56720114

remove unused variable after last usage got removed in 4fc35ec91d
Signed-off-by: Jean-Yves Avenard <jyavenard at mythtv.org>



commit 95d014f1bdbbbea346ce2dc92fa8fe7b04a09e2f
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Sat, 27 Jul 2013 21:04:46 +1000
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Sat, 27 Jul 2013 21:04:46 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=95d014f1bdbbbea346ce2dc92fa8fe7b04a09e2f

Update ABI number following 474cdb1b88b606c729bb560a2b9065e99d15d7db



commit 474cdb1b88b606c729bb560a2b9065e99d15d7db
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Sat, 27 Jul 2013 21:03:40 +1000
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Sat, 27 Jul 2013 21:03:40 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=474cdb1b88b606c729bb560a2b9065e99d15d7db

Fix compilation warning.
Two issues at hand:
When doing PopScreen(false, false), do you call PopScreen(screen, bool) where screen = 0 or PopScreen(bool, bool)
Don't make PopScreen(void) virtual, so no virtual function is hiding the other.

Equivalent functionality is available via PopScreen(GetTopScreen)



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

Summary of changes:
 .../mythbrowser/mythbrowser/mythbrowser.cpp        |    2 +-
 mythtv/libs/libmythbase/mythversion.h              |    2 +-
 mythtv/libs/libmythtv/audioplayer.cpp              |    4 ----
 mythtv/libs/libmythui/mythscreenstack.cpp          |    5 ++---
 mythtv/libs/libmythui/mythscreenstack.h            |    2 +-
 5 files changed, 5 insertions(+), 10 deletions(-)

-- 



More information about the mythtv-commits mailing list