diff options
author | Ted Gould <ted@gould.cx> | 2011-02-17 12:58:54 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-02-17 12:58:54 -0600 |
commit | 2de3a45c11443feeb5771e9ede04123c5a8e2fa5 (patch) | |
tree | 759b4b1a5ba18b1e48a20a7a7d71d15049f9c09b /data/com.canonical.indicator.datetime.gschema.xml | |
parent | 799a8c9f665757826690818089a72a4539ce8306 (diff) | |
parent | 7a70d5723bafdee6460f5080fa94449667eba8f4 (diff) | |
download | ayatana-indicator-datetime-2de3a45c11443feeb5771e9ede04123c5a8e2fa5.tar.gz ayatana-indicator-datetime-2de3a45c11443feeb5771e9ede04123c5a8e2fa5.tar.bz2 ayatana-indicator-datetime-2de3a45c11443feeb5771e9ede04123c5a8e2fa5.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> |