diff --git a/dataengines/weather/ions/data/noaa_i18n.dat b/dataengines/weather/ions/data/noaa_i18n.dat index c56303795..2a6d18241 100644 --- a/dataengines/weather/ions/data/noaa_i18n.dat +++ b/dataengines/weather/ions/data/noaa_i18n.dat @@ -284,6 +284,7 @@ weather forecast|Slight Chance Rain/Freezing Rain weather forecast|Chance Rain/Freezing Rain weather forecast|Rain/Freezing Rain Likely weather forecast|Rain/Freezing Rain +weather forecast|Wintry Mix Likely weather forecast|Wintry Mix weather forecast|Slight Chance Freezing Drizzle weather forecast|Chance Freezing Drizzle diff --git a/kioslave/applications/kio_applications.cpp b/kioslave/applications/kio_applications.cpp index 849f39f51..b24948e3e 100644 --- a/kioslave/applications/kio_applications.cpp +++ b/kioslave/applications/kio_applications.cpp @@ -193,6 +193,5 @@ void ApplicationsProtocol::listDir(const QUrl& url) } totalSize(count); - listEntry(entry); finished(); }