mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 15:32:59 +02:00
@@ -1103,7 +1103,7 @@ void CLCD4l::ParseInfo(uint64_t parseID, bool newID, bool firstRun)
|
|||||||
}
|
}
|
||||||
|
|
||||||
std::string wicon = CWeather::getInstance()->getCurrentIcon();
|
std::string wicon = CWeather::getInstance()->getCurrentIcon();
|
||||||
for (int i = 0; i < 1 + forecast; i++)
|
for (int i = 0; i < forecast; i++)
|
||||||
wicon += "\n" + CWeather::getInstance()->getForecastIcon(i);
|
wicon += "\n" + CWeather::getInstance()->getForecastIcon(i);
|
||||||
if (m_wicon.compare(wicon))
|
if (m_wicon.compare(wicon))
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user