diff options
author | Ted Gould <ted@gould.cx> | 2011-02-17 12:53:48 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-02-17 12:53:48 -0600 |
commit | 0fe6bcab1e3ba0b12a85d043640c2800bfb1869d (patch) | |
tree | ee2c205dec4ceb9c82519ea71b2b93161deee783 /data/com.canonical.indicator.datetime.gschema.xml | |
parent | 799a8c9f665757826690818089a72a4539ce8306 (diff) | |
parent | 7a70d5723bafdee6460f5080fa94449667eba8f4 (diff) | |
download | ayatana-indicator-datetime-0fe6bcab1e3ba0b12a85d043640c2800bfb1869d.tar.gz ayatana-indicator-datetime-0fe6bcab1e3ba0b12a85d043640c2800bfb1869d.tar.bz2 ayatana-indicator-datetime-0fe6bcab1e3ba0b12a85d043640c2800bfb1869d.zip |
Adding in timezone support and more calendar support
Diffstat (limited to 'data/com.canonical.indicator.datetime.gschema.xml')
-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> |