Add newly introduced gconf parameter in the default schema.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19538 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Geert Janssens 2010-09-03 14:36:24 +00:00
parent 4ed6180b76
commit be507f217a

View File

@ -120,6 +120,18 @@
</locale>
</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>