[gnome-settings-daemon] color: add two schema keys for the profile invalid time



commit 8746b9c114bfe239c98acb4aebfc65758dce0eea
Author: Richard Hughes <richard hughsie com>
Date:   Thu May 19 20:41:30 2011 +0100

    color: add two schema keys for the profile invalid time
    
    These are good defaults, but may need to be changed manually by the user if the
    workplace has specific policies on color profile aging.

 ...settings-daemon.plugins.color.gschema.xml.in.in |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)
---
diff --git a/data/org.gnome.settings-daemon.plugins.color.gschema.xml.in.in b/data/org.gnome.settings-daemon.plugins.color.gschema.xml.in.in
index 125866b..51ab114 100644
--- a/data/org.gnome.settings-daemon.plugins.color.gschema.xml.in.in
+++ b/data/org.gnome.settings-daemon.plugins.color.gschema.xml.in.in
@@ -10,5 +10,15 @@
       <_summary>Priority to use for this plugin</_summary>
       <_description>Priority to use for this plugin in gnome-settings-daemon startup queue</_description>
     </key>
+    <key name="recalibrate-display-threshold" type="u">
+      <default>180</default>
+      <summary>The duration a display profile is valid</summary>
+      <description>This is the number of days after which the display color profile is considered invalid.</description>
+    </key>
+    <key name="recalibrate-printer-threshold" type="u">
+      <default>180</default>
+      <summary>The duration a printer profile is valid</summary>
+      <description>This is the number of days after which the printer color profile is considered invalid.</description>
+    </key>
   </schema>
 </schemalist>



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