diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2012-05-17 15:46:42 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2012-05-17 15:46:42 -0500 |
commit | da61c2a69e259b029c39a6deb0f65217d90e73e4 (patch) | |
tree | 6fb2b04181a6f16cad0e2961b1d614b25f486f35 /data/com.canonical.indicator.datetime.gschema.xml | |
parent | bb897860e0a72f3dd0fa5bef86832b725e448712 (diff) | |
download | ayatana-indicator-datetime-da61c2a69e259b029c39a6deb0f65217d90e73e4.tar.gz ayatana-indicator-datetime-da61c2a69e259b029c39a6deb0f65217d90e73e4.tar.bz2 ayatana-indicator-datetime-da61c2a69e259b029c39a6deb0f65217d90e73e4.zip |
Add the "Time in auto-detected location" setting described in https://wiki.ubuntu.com/TimeAndDate
Diffstat (limited to 'data/com.canonical.indicator.datetime.gschema.xml')
-rw-r--r-- | data/com.canonical.indicator.datetime.gschema.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/data/com.canonical.indicator.datetime.gschema.xml b/data/com.canonical.indicator.datetime.gschema.xml index 8ce75e6..4f831d5 100644 --- a/data/com.canonical.indicator.datetime.gschema.xml +++ b/data/com.canonical.indicator.datetime.gschema.xml @@ -85,6 +85,13 @@ Shows events from Evolution in indicator-datetime's menu. </description> </key> + <key name="show-auto-detected-location" type="b"> + <default>false</default> + <summary>Show the auto-detected location in the indicator</summary> + <description> + Shows your current location (determined from geoclue and /etc/timezone) in indicator-datetime's menu. + </description> + </key> <key name="show-locations" type="b"> <default>false</default> <summary>Show locations in the indicator</summary> |