[mythtv-commits] mythtv/master commit: c09b076f4 by Paul Harrison (paul-h)

MythTV noreply at mythtv.org
Wed Mar 14 00:10:59 UTC 2012


      Author:  Paul Harrison <pharrison at mythtv.org>
 Change Date:  2012-03-13T17:10:23-07:00
   Push Date:  2012/03/13 17:10:45 -0700
  Repository:  mythtv
      Branch:  master
New Revision:  c09b076f45e1248a87bb66c6af0be4f40ea43df2
   Changeset:  https://github.com/MythTV/mythtv/commit/c09b076f4

Log:

MythMusic: change a couple of <dynamic_cast>  to <static_cast>

This should fix the menus not working properly on the search and playlisteditor
screens for some (mostly *buntu) users.

It seems <dynamic_cast> sometimes wont work across shared library boundaries so
since it safe to do so in this case just use a <static_cast>.

Modified:

   mythplugins/mythmusic/mythmusic/playlisteditorview.cpp
   mythplugins/mythmusic/mythmusic/searchview.cpp



More information about the mythtv-commits mailing list