From f8ba5b40ef9ce1f6c2b7462415ffc2fe9da931b9 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Mon, 15 Jan 2018 18:52:29 +0100 Subject: 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(-) (limited to 'mateweather') diff --git a/mateweather/mateweather-applet.c b/mateweather/mateweather-applet.c index 245e812c..118a801b 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, -- cgit v1.2.1