[gnome-settings-daemon] color: Enable Geoclue by default



commit c09ee2a17cd0645438972635d2c1efd58e0387d6
Author: Richard Hughes <richard hughsie com>
Date:   Tue Feb 14 11:18:51 2017 +0000

    color: Enable Geoclue by default
    
    It should only be disabled in the self tests.

 plugins/color/gsd-night-light.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/plugins/color/gsd-night-light.c b/plugins/color/gsd-night-light.c
index 5d90376..b0bb4f2 100644
--- a/plugins/color/gsd-night-light.c
+++ b/plugins/color/gsd-night-light.c
@@ -595,6 +595,7 @@ gsd_night_light_class_init (GsdNightLightClass *klass)
 static void
 gsd_night_light_init (GsdNightLight *self)
 {
+        self->geoclue_enabled = TRUE;
         self->cached_sunrise = -1.f;
         self->cached_sunset = -1.f;
         self->cached_temperature = GSD_COLOR_TEMPERATURE_DEFAULT;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]