summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2021-01-12 12:05:00 +0100
committerBastien Nocera <hadess@hadess.net>2021-01-12 12:28:55 +0100
commitd6f239e81dc8dc0c1f69dc7c6c99ac0ae0028a92 (patch)
tree14bab794dbea1607a209738bb4413df16eb33ae0
parente42e98f8a42240bc7fe8f5058d740a60d9672ac2 (diff)
downloadlibgweather-d6f239e81dc8dc0c1f69dc7c6c99ac0ae0028a92.tar.gz
gweather: Disable all weather providers by default
-rw-r--r--libgweather/gweather-weather.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgweather/gweather-weather.c b/libgweather/gweather-weather.c
index 704885f..7a9a02f 100644
--- a/libgweather/gweather-weather.c
+++ b/libgweather/gweather-weather.c
@@ -2216,7 +2216,7 @@ gweather_info_class_init (GWeatherInfoClass *klass)
"Enabled providers",
"A bitmask of enabled weather service providers",
GWEATHER_TYPE_PROVIDER,
- GWEATHER_PROVIDER_METAR | GWEATHER_PROVIDER_IWIN,
+ GWEATHER_PROVIDER_NONE,
G_PARAM_STATIC_STRINGS | G_PARAM_READWRITE);
g_object_class_install_property (gobject_class, PROP_ENABLED_PROVIDERS, pspec);