summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2011-09-01 12:33:41 -0400
committerColin Walters <walters@verbum.org>2011-09-01 12:33:41 -0400
commit36498adc22763d295ba4cb3d98d364cffd305f68 (patch)
treef474862f135b8b24d71da15879d8e71ccb2658a9
parentf9535cf49b8acf3f92b267bf0a840f4584d556ed (diff)
downloadgsettings-desktop-schemas-36498adc22763d295ba4cb3d98d364cffd305f68.tar.gz
Add clock-show-seconds and clock-show-date keys
Since we're going to be centralizing wall clock handling in gnome-desktop/libgnome-desktop/gnome-wall-clock.c, merge the gnome-shell keys for this here so they can be shared by gnome-screensaver and gnome-shell modules. And in the future if we care, gnome-panel.
-rw-r--r--schemas/org.gnome.desktop.interface.gschema.xml.in.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/schemas/org.gnome.desktop.interface.gschema.xml.in.in b/schemas/org.gnome.desktop.interface.gschema.xml.in.in
index 4edee7f..e1fed28 100644
--- a/schemas/org.gnome.desktop.interface.gschema.xml.in.in
+++ b/schemas/org.gnome.desktop.interface.gschema.xml.in.in
@@ -228,6 +228,20 @@
Whether the clock displays in 24h or 12h format
</_description>
</key>
+ <key name="clock-show-seconds" type="b">
+ <default>false</default>
+ <_summary>Whether the clock shows seconds</_summary>
+ <_description>
+ If true, display seconds in the clock.
+ </_description>
+ </key>
+ <key name="clock-show-date" type="b">
+ <default>false</default>
+ <_summary>Show date in clock</_summary>
+ <_description>
+ If true, display date in the clock, in addition to time.
+ </_description>
+ </key>
<key name="automatic-mnemonics" type="b">
<default>true</default>
<_summary>Only show mnemonics on when the Alt key is pressed</_summary>