[mythtv-commits] mythtv commit: r14888 by danielk

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Sat Nov 17 18:41:35 UTC 2007


      Author: danielk
        Date: 2007-11-17 18:41:35 +0000 (Sat, 17 Nov 2007)
New Revision: 14888
   Changeset: http://cvs.mythtv.org/trac/changeset/14888

Modified:

   trunk/mythplugins/mythweather/mythweather/sourceManager.cpp
   trunk/mythplugins/mythweather/mythweather/sourceManager.h
   trunk/mythplugins/mythweather/mythweather/weatherSetup.cpp

Log:

Refs #4132. Fixes some miscellaneous problems with MythWeather.

There were three problems which made it impossible to test MythWeather dialogs.
 * When sources are not defined (see #3921) the text of the error dialog is not visible.
 * doListSelect() used an unchecked return value from showButtonPopup as an index into an array.
 * connectScreen()/disconnectScreen() segfault when sources are not properly configured.

This fixes these problems so we can test the dialogs.




More information about the mythtv-commits mailing list