[libgweather/wip/hadess/app-id: 3/11] gweather: Disable all weather providers by default
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgweather/wip/hadess/app-id: 3/11] gweather: Disable all weather providers by default
- Date: Tue, 12 Jan 2021 11:29:44 +0000 (UTC)
commit d6f239e81dc8dc0c1f69dc7c6c99ac0ae0028a92
Author: Bastien Nocera <hadess hadess net>
Date: Tue Jan 12 12:05:00 2021 +0100
gweather: Disable all weather providers by default
libgweather/gweather-weather.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/libgweather/gweather-weather.c b/libgweather/gweather-weather.c
index 704885fc..7a9a02f3 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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]