[mythtv-commits] mythtv commit: r14791 by danielk

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Fri Nov 2 16:34:00 UTC 2007


      Author: danielk
        Date: 2007-11-02 16:33:59 +0000 (Fri, 02 Nov 2007)
New Revision: 14791
   Changeset: http://cvs.mythtv.org/trac/changeset/14791

Modified:

   trunk/mythtv/libs/libmyth/mythcontext.h
   trunk/mythtv/libs/libmyth/settings.cpp
   trunk/mythtv/libs/libmyth/settings.h

Log:

Fixes #4096. Channel list was empty after a certain series of actions.

The problem was not in the channel editor but in the ListBoxSetting itself which deleted the reference to the current MythListBox widget after configWidget was called the second time. Also clearSelections() did not properly clear the list if there already was a widget. This fixes both problems.

This change requires recompiling plug-ins due to the updated binary version for change in the ListBoxSetting signature.




More information about the mythtv-commits mailing list