[mythtv-commits] mythtv commit: r23803 by mdean

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Thu Mar 25 21:59:43 UTC 2010


      Author: mdean
        Date: 2010-03-25 21:59:43 +0000 (Thu, 25 Mar 2010)
New Revision: 23803
   Changeset: http://svn.mythtv.org/trac/changeset/23803

Modified:

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

Log:

Fixes #6662.  Fixes editable comboboxes.

Since [17978], every time the user changed the text in the combobox (for each keystroke entered), a new entry was added to the combobox list of values.  This change ensures that there's only one entry in the box corresponding to the user-edited content.  Thanks to mythtv at dadeos for the patch.

Unfortunately, this changes a low-level header, so a lot of recompilation will be required, though a reconfigure shouldn't be necessary.





More information about the mythtv-commits mailing list