[libgweather/wip/hadess/app-id: 5/16] gweather: Disable all weather providers by default




commit 6c81b2906b5b93eca03bab1a27615da34a5d863b
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]