diff options
author | Bastien Nocera <hadess@hadess.net> | 2021-01-12 12:05:00 +0100 |
---|---|---|
committer | Bastien Nocera <hadess@hadess.net> | 2021-01-12 15:04:24 +0100 |
commit | 6c81b2906b5b93eca03bab1a27615da34a5d863b (patch) | |
tree | 9f5f50660ef6a0a385321068f616e973d0643db9 /libgweather | |
parent | e821790763269fd80af1392d0ffb16f7f4099e5f (diff) | |
download | libgweather-6c81b2906b5b93eca03bab1a27615da34a5d863b.tar.gz |
gweather: Disable all weather providers by default
Diffstat (limited to 'libgweather')
-rw-r--r-- | libgweather/gweather-weather.c | 2 |
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); |