summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2021-01-12 12:17:55 +0100
committerBastien Nocera <hadess@hadess.net>2021-01-12 15:11:55 +0100
commit104ed26b3093d50d6ca4ef33d3fe43d6098d997b (patch)
tree7c20e7ba95878a9c29182df9d4ec33fc90c41bd8
parent6deeb6eb6db1db0b5f0938a47a998e29bdc7b9d4 (diff)
downloadlibgweather-104ed26b3093d50d6ca4ef33d3fe43d6098d997b.tar.gz
gweather: Don't make online calls when changing providers
-rw-r--r--libgweather/gweather-weather.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libgweather/gweather-weather.c b/libgweather/gweather-weather.c
index 3fa4283..5b3db96 100644
--- a/libgweather/gweather-weather.c
+++ b/libgweather/gweather-weather.c
@@ -2164,7 +2164,6 @@ gweather_info_set_enabled_providers (GWeatherInfo *info,
info->providers = providers;
gweather_info_abort (info);
- gweather_info_update (info);
g_object_notify (G_OBJECT (info), "enabled-providers");
}