|
|
|
@ -240,6 +240,8 @@ WeatherIcon::WeatherIcon( int condition, bool night, unsigned int strength )
|
|
|
|
|
|
|
|
|
|
fallback << "weather-snow-scattered"; // xdg, kweather
|
|
|
|
|
|
|
|
|
|
fallback << "weather-snow"; // workaround for some themes
|
|
|
|
|
|
|
|
|
|
break;
|
|
|
|
|
}
|
|
|
|
|
case 2:
|
|
|
|
@ -266,6 +268,8 @@ WeatherIcon::WeatherIcon( int condition, bool night, unsigned int strength )
|
|
|
|
|
|
|
|
|
|
fallback << "weather-snow-scattered"; // xdg, kweather
|
|
|
|
|
|
|
|
|
|
fallback << "weather-snow"; // workaround for some themes
|
|
|
|
|
|
|
|
|
|
break;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -292,6 +296,8 @@ WeatherIcon::WeatherIcon( int condition, bool night, unsigned int strength )
|
|
|
|
|
{
|
|
|
|
|
fallback << "weather-snow-scattered"; // xdg, kweather
|
|
|
|
|
|
|
|
|
|
fallback << "weather-snow"; // workaround for some themes
|
|
|
|
|
|
|
|
|
|
break;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -405,4 +411,4 @@ bool WeatherIcon::iconExists( TQString& icon, bool inTheme )
|
|
|
|
|
{
|
|
|
|
|
return !( locate( "data", "kweather/" + icon + ".png" ).isNull() );
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|