r19538 - gnucash/trunk/src/gnome/schemas - Add newly introduced gconf parameter in the default schema.

Geert Janssens gjanssens at code.gnucash.org
Fri Sep 3 10:36:24 EDT 2010


Author: gjanssens
Date: 2010-09-03 10:36:24 -0400 (Fri, 03 Sep 2010)
New Revision: 19538
Trac: http://svn.gnucash.org/trac/changeset/19538

Modified:
   gnucash/trunk/src/gnome/schemas/apps_gnucash_general.schemas.in
Log:
Add newly introduced gconf parameter in the default schema.

Modified: gnucash/trunk/src/gnome/schemas/apps_gnucash_general.schemas.in
===================================================================
--- gnucash/trunk/src/gnome/schemas/apps_gnucash_general.schemas.in	2010-09-03 10:46:32 UTC (rev 19537)
+++ gnucash/trunk/src/gnome/schemas/apps_gnucash_general.schemas.in	2010-09-03 14:36:24 UTC (rev 19538)
@@ -121,6 +121,18 @@
     </schema>
 
     <schema>
+      <key>/schemas/apps/gnucash/general/retain_type</key>
+      <applyto>/apps/gnucash/general/retain_type</applyto>
+      <owner>gnucash</owner>
+      <type>string</type>
+      <default>days</default>
+      <locale name="C">
+        <short>Delete old log/backup files after this many days (0 = never)</short>
+        <long>This setting specifies the number of days after which old log/backup files will be deleted (0 = never).</long>
+      </locale>
+    </schema>
+
+    <schema>
       <key>/schemas/apps/gnucash/general/retain_days</key>
       <applyto>/apps/gnucash/general/retain_days</applyto>
       <owner>gnucash</owner>



More information about the gnucash-changes mailing list