[gsettings-desktop-schemas] schemas: Add cursor-blink-timeout



commit fbfba86471c346ff8f5303f704fccf03d2837426
Author: Bastien Nocera <hadess hadess net>
Date:   Thu Nov 11 22:58:15 2010 +0000

    schemas: Add cursor-blink-timeout
    
    Which should be attached to the "gtk-cursor-blink-timeout" property
    for GTK+.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=634639

 schemas/org.gnome.desktop.interface.gschema.xml |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/schemas/org.gnome.desktop.interface.gschema.xml b/schemas/org.gnome.desktop.interface.gschema.xml
index 3eb79c8..ace1fe1 100644
--- a/schemas/org.gnome.desktop.interface.gschema.xml
+++ b/schemas/org.gnome.desktop.interface.gschema.xml
@@ -74,7 +74,7 @@
       </description>
     </key>
     <key name="cursor-blink" type="b">
-      <default>false</default>
+      <default>true</default>
       <summary>Cursor Blink</summary>
       <description>
         Whether the cursor should blink.
@@ -88,6 +88,14 @@
         Length of the cursor blink cycle, in milliseconds.
       </description>
     </key>
+    <key name="cursor-blink-timeout" type="i">
+      <range min="1" max="2147483647"/>
+      <default>10</default>
+      <summary>Cursor Blink Timeout</summary>
+      <description>
+        Time after which the cursor stops blinking, in seconds.
+      </description>
+    </key>
     <key name="icon-theme" type="s">
       <default>'gnome'</default>
       <summary>Icon Theme</summary>



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