diff options
author | raveit65 <[email protected]> | 2018-01-15 18:52:29 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-01-25 12:24:43 +0100 |
commit | f8ba5b40ef9ce1f6c2b7462415ffc2fe9da931b9 (patch) | |
tree | 8d888d7449ec6ecc3c690505d816caa75e63f868 | |
parent | 39878cd819fa1c9c71def6b631ac82d9a1a6617f (diff) | |
download | mate-applets-f8ba5b40ef9ce1f6c2b7462415ffc2fe9da931b9.tar.bz2 mate-applets-f8ba5b40ef9ce1f6c2b7462415ffc2fe9da931b9.tar.xz |
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
-rw-r--r-- | mateweather/mateweather-applet.c | 1 |
1 files changed, 0 insertions, 1 deletions
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, |