[mythtv-commits] mythtv commit: r23817 by mdean

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Fri Mar 26 22:15:13 UTC 2010


      Author: mdean
        Date: 2010-03-26 22:15:13 +0000 (Fri, 26 Mar 2010)
New Revision: 23817
   Changeset: http://svn.mythtv.org/trac/changeset/23817

Modified:

   trunk/mythplugins/mythweather/mythweather/sourceManager.cpp

Log:

Fixes MythWeather setup segfault.

The fix for #8169 assumed that the MythWeather plugin was running when it changed the SourceManager::findScripts() busy popup to appear on the weather stack.  When entering MythWeather setup through Utilities/Setup|Setup|Info Center Settings|Weather Settings|Screen Settings, this resulted in a NULL MythScreenStack.  Therefore, if the MythScreenStack for the weather stack is null, just use the popup stack.

Fixes #8223.  Refs #8169.





More information about the mythtv-commits mailing list