[gnome-color-manager] trivial: add two more GConf keys for future code



commit 9d634a04898e31d1ed4e3f2f2abc92ba3e31a39b
Author: Richard Hughes <richard hughsie com>
Date:   Thu Mar 25 19:33:15 2010 +0000

    trivial: add two more GConf keys for future code

 data/gnome-color-manager.schemas.in |   30 ++++++++++++++++++++++++++++++
 1 files changed, 30 insertions(+), 0 deletions(-)
---
diff --git a/data/gnome-color-manager.schemas.in b/data/gnome-color-manager.schemas.in
index b2b014a..b5c4506 100644
--- a/data/gnome-color-manager.schemas.in
+++ b/data/gnome-color-manager.schemas.in
@@ -146,6 +146,36 @@
       </locale>
     </schema>
 
+    <schema>
+      <key>/schemas/apps/gnome-color-manager/recalibrate_display_threshold</key>
+      <applyto>/apps/gnome-color-manager/recalibrate_display_threshold</applyto>
+      <owner>gnome-color-manager</owner>
+      <type>int</type>
+      <default>15552000</default>
+      <locale name="C">
+        <short>The duration between sending notifications to recalibrate a display.</short>
+        <long>
+          This is the number of seconds in between notifying the user to
+          recalibrate each display device. Set to 0 to disable the notification.
+        </long>
+      </locale>
+    </schema>
+
+    <schema>
+      <key>/schemas/apps/gnome-color-manager/recalibrate_printer_threshold</key>
+      <applyto>/apps/gnome-color-manager/recalibrate_printer_threshold</applyto>
+      <owner>gnome-color-manager</owner>
+      <type>int</type>
+      <default>2592000</default>
+      <locale name="C">
+        <short>The duration between sending notifications to recalibrate a printer.</short>
+        <long>
+          This is the number of seconds in between notifying the user to
+          recalibrate each printer device. Set to 0 to disable the notification.
+        </long>
+      </locale>
+    </schema>
+
   </schemalist>
 </gconfschemafile>
 



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