diff options
author | karl-qdh <karl@qdh.org.uk> | 2011-02-15 14:54:00 +0000 |
---|---|---|
committer | karl-qdh <karl@qdh.org.uk> | 2011-02-15 14:54:00 +0000 |
commit | 09bfd842c5834c2e20731eec340210b8ef2158a0 (patch) | |
tree | f11a396bed95d632ce54331292901d5cb4e24a84 /data | |
parent | d59aaf9c31b2db87b517095caff818a9ff50343a (diff) | |
download | ayatana-indicator-datetime-09bfd842c5834c2e20731eec340210b8ef2158a0.tar.gz ayatana-indicator-datetime-09bfd842c5834c2e20731eec340210b8ef2158a0.tar.bz2 ayatana-indicator-datetime-09bfd842c5834c2e20731eec340210b8ef2158a0.zip |
Added a partially working timezone menu items code, there are some difficulties in menu labels which aren't showing, and radio menu items. Also, it's incomplete as the time calculation is waiting until the labels work.
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> |