Ticket #6781: weather_setup.patch

File weather_setup.patch, 674 bytes (added by Marc Alban <marcalban@…>, 15 years ago)

Patch initializes the multiLoc value so that the source and location are displayed in the help text.

  • mythplugins/mythweather/mythweather/weatherUtils.cpp

     
    6868            if ( (e.tagName() == "screen") && !screens.contains(e.attribute("name")) )
    6969            {
    7070                ScreenListInfo *screendef = new ScreenListInfo();
     71                screendef->multiLoc = false;
    7172                screendef->name = e.attribute("name");
    7273                QString hasUnits = e.attribute("hasunits");
    7374                if (hasUnits.toLower() == "no")