diff options
-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, |