[nautilus-actions] Update installable schema



commit 56c9de71b98c101ee91f0774c6b28d668ab1842f
Author: Pierre Wieser <pwieser trychlos org>
Date:   Thu Sep 24 19:55:41 2009 +0200

    Update installable schema
    
    Renamed preference keys to iprefs-add-about-item and iprefs-alphabetical-order.
    Add new iprefs-level-zero key.

 ChangeLog                        |    3 ++
 data/nautilus-actions.schemas.in |   56 +++++++++++++++++++++++---------------
 2 files changed, 37 insertions(+), 22 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 970e402..5bb620a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2009-09-24 Pierre Wieser <pwieser trychlos org>
 
+	* data/nautilus-actions.schemas.in: Rename preferences keys.
+	Add iprefs-level-zero key.
+
 	* src/nact/base-application-class.h:
 	* src/nact/base-application.c:
 	* src/nact/base-application.h:
diff --git a/data/nautilus-actions.schemas.in b/data/nautilus-actions.schemas.in
index 6382798..ccc1995 100644
--- a/data/nautilus-actions.schemas.in
+++ b/data/nautilus-actions.schemas.in
@@ -298,6 +298,40 @@ All schemes used by Nautilus can be used here.</long>
     </schema>
 
     <schema>
+      <key>/schemas/apps/nautilus-actions/preferences/iprefs-add-about-item</key>
+      <owner>nautilus-actions</owner>
+      <type>bool</type>
+      <locale name="C">
+        <short>Add an 'About' item in the Nautilus context menu</short>
+        <long>If TRUE, and if the user has defined a single root menu for its actions, then an 'About Nautilus Actions' will be displayed at end of the first submenu.</long>
+      </locale>
+      <default>true</default>
+    </schema>
+
+    <schema>
+      <key>/schemas/apps/nautilus-actions/preferences/iprefs-alphabetical-order</key>
+      <owner>nautilus-actions</owner>
+      <type>bool</type>
+      <locale name="C">
+        <short>Sort actions in alphabetical order</short>
+        <long>When TRUE, the actions are maintained in alphabetical order (historical behavior). When FALSE, user is free to reorder them via Nautilus-Actions configuration tool.</long>
+      </locale>
+      <default>true</default>
+    </schema>
+
+    <schema>
+      <key>/schemas/apps/nautilus-actions/preferences/iprefs-level-zero</key>
+      <owner>nautilus-actions</owner>
+      <type>list</type>
+      <list_type>string</list_type>
+      <locale name="C">
+        <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>true</default>
+    </schema>
+
+    <schema>
       <key>/schemas/apps/nautilus-actions/preferences/main-paned</key>
       <owner>nautilus-actions</owner>
       <type>int</type>
@@ -332,27 +366,5 @@ All schemes used by Nautilus can be used here.</long>
       <default>[]</default>
     </schema>
 
-    <schema>
-      <key>/schemas/apps/nautilus-actions/preferences/preferences-add-about-item</key>
-      <owner>nautilus-actions</owner>
-      <type>bool</type>
-      <locale name="C">
-        <short>Add an 'About' item in the Nautilus context menu</short>
-        <long>If TRUE, and if the user has defined a single root menu for its actions, then an 'About Nautilus Actions' will be displayed at end of the first submenu.</long>
-      </locale>
-      <default>true</default>
-    </schema>
-
-    <schema>
-      <key>/schemas/apps/nautilus-actions/preferences/preferences-alphabetical-order</key>
-      <owner>nautilus-actions</owner>
-      <type>bool</type>
-      <locale name="C">
-        <short>Sort actions in alphabetical order</short>
-        <long>When TRUE, the actions are maintained in alphabetical order (historical behavior). When FALSE, user is free to reorder them via Nautilus-Actions configuration tool.</long>
-      </locale>
-      <default>true</default>
-    </schema>
-
   </schemalist>
 </gconfschemafile>



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