diff options
author | Ted Gould <ted@gould.cx> | 2011-02-17 13:08:06 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-02-17 13:08:06 -0600 |
commit | a7ca6c981d25ec3f8ba38c14810dd9ece6c7a64d (patch) | |
tree | 799af64951ddb2d638ea1a5213f129977bf8b66d /data | |
parent | 67f7a54a22f956834d7b210d20bc5a02bea1eb4c (diff) | |
parent | 3a611344dbc96d8a031be519e99715e389d09f05 (diff) | |
download | ayatana-indicator-datetime-a7ca6c981d25ec3f8ba38c14810dd9ece6c7a64d.tar.gz ayatana-indicator-datetime-a7ca6c981d25ec3f8ba38c14810dd9ece6c7a64d.tar.bz2 ayatana-indicator-datetime-a7ca6c981d25ec3f8ba38c14810dd9ece6c7a64d.zip |
New upstream release.
∘ Timezone support
∘ Multiple calendar support
∘ Accessible description
Diffstat (limited to 'data')
-rw-r--r-- | data/com.canonical.indicator.datetime.gschema.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/data/com.canonical.indicator.datetime.gschema.xml b/data/com.canonical.indicator.datetime.gschema.xml index fe493f7..117f965 100644 --- a/data/com.canonical.indicator.datetime.gschema.xml +++ b/data/com.canonical.indicator.datetime.gschema.xml @@ -57,5 +57,13 @@ more information. </description> </key> + <key name="locations" type="as"> + <default>[]</default> + <summary>A List of locations</summary> + <description> + Adds the list of locations the user has configured to display in the + indicator-datetime menu. + </description> + </key> </schema> </schemalist> |