diff options
author | Ted Gould <ted@gould.cx> | 2011-02-17 13:05:58 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-02-17 13:05:58 -0600 |
commit | 3a611344dbc96d8a031be519e99715e389d09f05 (patch) | |
tree | 40f33b10df525afec8f2d95ed6739d0539730117 /data | |
parent | 620668fcbe9b41609f37021fbd8f43beee7ab7eb (diff) | |
parent | b72c7d76cbb91b353c3373f377bbc4ffc46898bd (diff) | |
download | ayatana-indicator-datetime-3a611344dbc96d8a031be519e99715e389d09f05.tar.gz ayatana-indicator-datetime-3a611344dbc96d8a031be519e99715e389d09f05.tar.bz2 ayatana-indicator-datetime-3a611344dbc96d8a031be519e99715e389d09f05.zip |
Import upstream version 0.1.94
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> |