[mythtv-commits] mythtv commit: r26432 by markk

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Tue Sep 21 12:24:20 UTC 2010


      Author: markk
        Date: 2010-09-21 12:24:20 +0000 (Tue, 21 Sep 2010)
New Revision: 26432
   Changeset: http://svn.mythtv.org/trac/changeset/26432

Log:

Fix the livetv channel editor.

The problem was that the Data Direct update was offloaded to a separate
thread that then created the Channel Editor OSD dialog.

We now create the dialog immediately and then spawn the update thread
which will re-populate the fields if there is new/different data. Only
the UI thread can now create the dialog.

Closes #8760


Modified:

   trunk/mythtv/libs/libmythtv/tv_play.cpp




More information about the mythtv-commits mailing list