diff options
author | Richard Hughes <richard@hughsie.com> | 2017-02-09 19:21:31 +0000 |
---|---|---|
committer | Richard Hughes <richard@hughsie.com> | 2017-02-09 19:21:31 +0000 |
commit | d1e0b294c9aa701d0ec704630333893f2a1a1e8f (patch) | |
tree | e0d1e5d1d434de1e17e0bfcf80a4af2622dca661 /data | |
parent | 749c9cf675906483ebd29beb5a4ac379a7613d3f (diff) | |
download | gnome-settings-daemon-d1e0b294c9aa701d0ec704630333893f2a1a1e8f.tar.gz |
color: Valid latitude range is between -90 and +90
Diffstat (limited to 'data')
-rw-r--r-- | data/org.gnome.settings-daemon.plugins.color.gschema.xml.in.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/org.gnome.settings-daemon.plugins.color.gschema.xml.in.in b/data/org.gnome.settings-daemon.plugins.color.gschema.xml.in.in index 7fb36a04..0ede7af8 100644 --- a/data/org.gnome.settings-daemon.plugins.color.gschema.xml.in.in +++ b/data/org.gnome.settings-daemon.plugins.color.gschema.xml.in.in @@ -36,7 +36,7 @@ <_description>When “natural-light-schedule-automatic” is disabled, use this end time in hours from midnight.</_description> </key> <key name="natural-light-last-coordinates" type="(dd)"> - <default>(181,181)</default> + <default>(91,91)</default> <_summary>The last detected position</_summary> <_description>When location services are available this represents the last detected location. The default value is an invalid value to ensure it is always updated at startup.</_description> </key> |