aboutsummaryrefslogtreecommitdiff
path: root/data/com.canonical.indicator.datetime.gschema.xml
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2013-10-30 15:29:43 -0700
committerCharles Kerr <charles.kerr@canonical.com>2013-10-30 15:29:43 -0700
commit19663dd8958f833385470c6d67f1d80923f33fd0 (patch)
tree5ff68b8576e91a1273eaef491223bd1f4021e347 /data/com.canonical.indicator.datetime.gschema.xml
parent13cc891202d3721fc157c827ed1141ee6221ccbd (diff)
downloadayatana-indicator-datetime-19663dd8958f833385470c6d67f1d80923f33fd0.tar.gz
ayatana-indicator-datetime-19663dd8958f833385470c6d67f1d80923f33fd0.tar.bz2
ayatana-indicator-datetime-19663dd8958f833385470c6d67f1d80923f33fd0.zip
Add support for showing the year in indicator-datetime
Diffstat (limited to 'data/com.canonical.indicator.datetime.gschema.xml')
-rw-r--r--data/com.canonical.indicator.datetime.gschema.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/data/com.canonical.indicator.datetime.gschema.xml b/data/com.canonical.indicator.datetime.gschema.xml
index 4f831d5..1a5922c 100644
--- a/data/com.canonical.indicator.datetime.gschema.xml
+++ b/data/com.canonical.indicator.datetime.gschema.xml
@@ -64,6 +64,15 @@
time-format value is set to custom.
</description>
</key>
+ <key name="show-year" type="b">
+ <default>false</default>
+ <summary>Show the year in the indicator</summary>
+ <description>
+ Puts the year in the panel along with the month and the date.
+ This setting will be ignored if either the time-format value is set to custom
+ or if show-date is set to false.
+ </description>
+ </key>
<key name="show-calendar" type="b">
<default>true</default>
<summary>Show the monthly calendar in the indicator</summary>