[gsettings-desktop-schemas] Add clock-show-seconds and clock-show-date keys



commit 36498adc22763d295ba4cb3d98d364cffd305f68
Author: Colin Walters <walters verbum org>
Date:   Thu Sep 1 12:33:41 2011 -0400

    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.

 .../org.gnome.desktop.interface.gschema.xml.in.in  |   14 ++++++++++++++
 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>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]