[gnome-color-manager] trivial: Add two new GConf keys



commit 68ae0f1c498bb1d6572fcde3b36a92521f89339b
Author: Richard Hughes <richard hughsie com>
Date:   Tue Jan 5 23:10:06 2010 +0000

    trivial: Add two new GConf keys

 data/gnome-color-manager.schemas.in |   24 ++++++++++++++++++++++++
 1 files changed, 24 insertions(+), 0 deletions(-)
---
diff --git a/data/gnome-color-manager.schemas.in b/data/gnome-color-manager.schemas.in
index 3cbade6..bfaec9d 100644
--- a/data/gnome-color-manager.schemas.in
+++ b/data/gnome-color-manager.schemas.in
@@ -53,6 +53,30 @@
       </locale>
     </schema>
 
+    <schema>
+      <key>/schemas/apps/gnome-color-manager/colorspace_rgb</key>
+      <applyto>/apps/gnome-color-manager/colorspace_rgb</applyto>
+      <owner>gnome-color-manager</owner>
+      <type>string</type>
+      <default>perceptual</default>
+      <locale name="C">
+        <short>The default RGB profile.</short>
+        <long>The RGB profile filename to be used by applications by default.</long>
+      </locale>
+    </schema>
+
+    <schema>
+      <key>/schemas/apps/gnome-color-manager/colorspace_cmyk</key>
+      <applyto>/apps/gnome-color-manager/colorspace_cmyk</applyto>
+      <owner>gnome-color-manager</owner>
+      <type>string</type>
+      <default>perceptual</default>
+      <locale name="C">
+        <short>The default CMYK profile.</short>
+        <long>The CMYK profile filename to be used by applications by default.</long>
+      </locale>
+    </schema>
+
   </schemalist>
 </gconfschemafile>
 



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