From 04b87f485da742ad803eb60e4253622b4903eb6b Mon Sep 17 00:00:00 2001 From: raveit65 Date: Mon, 15 Jan 2018 18:52:29 +0100 Subject: [PATCH 1/2] Revert "If location changes, abort any outstanding weather updates" This reverts commit dc71847a5490abad09ef0b4955b5461d8e66ed3f. fixes clock-applet crashes https://github.com/mate-desktop/libmateweather/issues/51 --- mateweather/mateweather-applet.c | 1 - 1 file changed, 1 deletion(-) diff --git a/mateweather/mateweather-applet.c b/mateweather/mateweather-applet.c index 245e812..118a801 100644 --- a/mateweather/mateweather-applet.c +++ b/mateweather/mateweather-applet.c @@ -553,7 +553,6 @@ void mateweather_update (MateWeatherApplet *gw_applet) weather_info_update(gw_applet->mateweather_info, &prefs, update_finish, gw_applet); } else { - weather_info_abort (gw_applet->mateweather_info); weather_info_free(gw_applet->mateweather_info); gw_applet->mateweather_info = weather_info_new(gw_applet->mateweather_pref.location, &prefs, -- 2.13.6