[nautilus-actions] Define a schema for the three new preferences



commit 96345a487b782ab867c54d3eed016e74ca4ae455
Author: Pierre Wieser <pwieser trychlos org>
Date:   Mon Sep 28 06:41:57 2009 +0200

    Define a schema for the three new preferences

 ChangeLog                        |    3 +++
 data/nautilus-actions.schemas.in |   33 +++++++++++++++++++++++++++++++++
 2 files changed, 36 insertions(+), 0 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 8784bc2..b969d97 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2009-09-28 Pierre Wieser <pwieser trychlos org>
 
+	* data/nautilus-actions.schemas.in:
+	Define a schema fot the three new preferences.
+
 	* src/common/na-object-api.h:
 	* src/common/na-object-id-fn.h:
 	* src/common/na-object-id.c (na_object_id_set_for_copy):
diff --git a/data/nautilus-actions.schemas.in b/data/nautilus-actions.schemas.in
index c5890ea..6977db6 100644
--- a/data/nautilus-actions.schemas.in
+++ b/data/nautilus-actions.schemas.in
@@ -342,6 +342,39 @@ All schemes used by Nautilus can be used here.</long>
         <short>List of items at first level of the hierarchy</short>
         <long>UUID of the items at the first level of the hierarchy. If this key is not found or empty, then all found items are considered as a flat list.</long>
       </locale>
+      <default></default>
+    </schema>
+
+    <schema>
+      <key>/schemas/apps/nautilus-actions/preferences/iprefs-relabel-menus</key>
+      <owner>nautilus-actions</owner>
+      <type>bool</type>
+      <locale name="C">
+        <short>Whether menus should be relabeled when pasted or duplicated</short>
+        <long>Whether menus should be relabeled when pasted or duplicated.</long>
+      </locale>
+      <default>true</default>
+    </schema>
+
+    <schema>
+      <key>/schemas/apps/nautilus-actions/preferences/iprefs-relabel-actions</key>
+      <owner>nautilus-actions</owner>
+      <type>bool</type>
+      <locale name="C">
+        <short>Whether actions should be relabeled when pasted or duplicated</short>
+        <long>Whether actions should be relabeled when pasted or duplicated.</long>
+      </locale>
+      <default>true</default>
+    </schema>
+
+    <schema>
+      <key>/schemas/apps/nautilus-actions/preferences/iprefs-relabel-profiles</key>
+      <owner>nautilus-actions</owner>
+      <type>bool</type>
+      <locale name="C">
+        <short>Whether profiles should be relabeled when pasted or duplicated</short>
+        <long>Whether profiles should be relabeled when pasted or duplicated.</long>
+      </locale>
       <default>true</default>
     </schema>
 



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