[mythtv-commits] mythtv commit: r26367 - in trunk/mythtv by cpinkham

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Sat Sep 18 01:32:25 UTC 2010


      Author: cpinkham
        Date: 2010-09-18 01:32:25 +0000 (Sat, 18 Sep 2010)
New Revision: 26367
   Changeset: http://svn.mythtv.org/trac/changeset/26367

Log:

Open an official, blessed version of the loophole that was closed
in [26352].  This fixes the issue with the Theme Chooser screen
not refreshing and getting stuck in an endless 'busy dialog' when
toggling the 'show downloadable themes' button.

ReloadInBackground() can be used to trigger a background call to
Load() and subsequent call to Init().  This can be used in a
screen to refresh the data if the screen is designed with this in
mind.  The Theme Chooser screen is setup this way.

NOTE: This does bump the binary API version, so make clean, etc..



Modified:

   trunk/mythtv/libs/libmythdb/mythversion.h
   trunk/mythtv/libs/libmythui/mythscreentype.cpp
   trunk/mythtv/libs/libmythui/mythscreentype.h
   trunk/mythtv/programs/mythfrontend/themechooser.cpp




More information about the mythtv-commits mailing list