[brasero] Add a new Gconf key in the schema file for the new boolean allowing nautilus extension to output deb



commit ccc58766ea57dae894e732b766d0f91c58553fb1
Author: Philippe Rouquier <bonfire-app wanadoo fr>
Date:   Sat Oct 17 14:20:04 2009 +0200

    Add a new Gconf key in the schema file for the new boolean allowing nautilus extension to output debug statements

 data/brasero.schemas.in |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)
---
diff --git a/data/brasero.schemas.in b/data/brasero.schemas.in
index 20d25ab..a5ddb53 100644
--- a/data/brasero.schemas.in
+++ b/data/brasero.schemas.in
@@ -1,6 +1,20 @@
 <gconfschemafile>
     <schemalist>    
 
+    <schema>
+        <key>/schemas/apps/brasero/nautilus-extension-debug</key>
+	<applyto>/apps/brasero/nautilus-extension-debug</applyto>
+	<owner>brasero</owner>
+	<type>bool</type>
+	<default>false</default>
+	<locale name="C">
+	  <short>Should Nautilus extension output debug statements</short>
+	  <long>
+	    Should Nautilus extension output debug statements. The value should be set to true if it should.
+	  </long>
+	</locale>
+      </schema>
+
       <schema>
         <key>/schemas/apps/brasero/config/engine-group</key>
 	<applyto>/apps/brasero/config/engine-group</applyto>



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