Ticket #6536: mythweather_fix.3.patch
File mythweather_fix.3.patch, 1.0 KB (added by , 16 years ago) |
---|
-
mythplugins/mythweather/mythweather/weather.cpp
304 304 { 305 305 m_srcMan->stopTimers(); 306 306 m_nextpage_Timer->stop(); 307 m_srcMan->clearSources();308 m_srcMan->findScripts();309 307 310 308 MythScreenStack *mainStack = GetMythMainWindow()->GetMainStack(); 311 309 -
mythplugins/mythweather/mythweather/main.cpp
67 67 { 68 68 MythScreenStack *mainStack = GetMythMainWindow()->GetMainStack(); 69 69 70 if (!srcMan) 71 { 72 srcMan = new SourceManager(); 73 srcMan->startTimers(); 74 srcMan->doUpdate(); 75 } 70 76 Weather *weather = new Weather(mainStack, "mythweather", srcMan); 71 77 72 78 if (weather->Create())