diff options
author | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-05-11 03:35:38 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-05-11 03:35:38 +0800 |
commit | 9cb267c67eed4c03f6e20787cca4626b66aca184 (patch) | |
tree | 1c57e1ea5a25c18115962ea35c2aac4ac1a33b0c /mail | |
parent | a4cd02dd230934271f925da4d3ef99de668cff6a (diff) | |
download | gsoc2013-evolution-9cb267c67eed4c03f6e20787cca4626b66aca184.tar gsoc2013-evolution-9cb267c67eed4c03f6e20787cca4626b66aca184.tar.gz gsoc2013-evolution-9cb267c67eed4c03f6e20787cca4626b66aca184.tar.bz2 gsoc2013-evolution-9cb267c67eed4c03f6e20787cca4626b66aca184.tar.lz gsoc2013-evolution-9cb267c67eed4c03f6e20787cca4626b66aca184.tar.xz gsoc2013-evolution-9cb267c67eed4c03f6e20787cca4626b66aca184.tar.zst gsoc2013-evolution-9cb267c67eed4c03f6e20787cca4626b66aca184.zip |
don't default the list strings if they are defaulted to empty
svn path=/trunk/; revision=25848
Diffstat (limited to 'mail')
-rw-r--r-- | mail/evolution-mail.schemas.in.in | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/mail/evolution-mail.schemas.in.in b/mail/evolution-mail.schemas.in.in index 2346d19bf7..17f3ce4ea7 100644 --- a/mail/evolution-mail.schemas.in.in +++ b/mail/evolution-mail.schemas.in.in @@ -262,7 +262,6 @@ <owner>evolution-mail</owner> <type>list</type> <list_type>string</list_type> - <default>[]</default> <locale name="C"> <short>List of custom headers and whether they are enabled.</short> <long> @@ -280,7 +279,6 @@ <owner>evolution-mail</owner> <type>list</type> <list_type>string</list_type> - <default>[]</default> <locale name="C"> <short>List of mime types to check for bonobo component viewers</short> <long> @@ -806,12 +804,10 @@ <owner>evolution-mail</owner> <type>list</type> <list_type>string</list_type> - <default></default> <locale name="C"> <short>List of accepted licenses</short> <long> - List of protocol names whose license - has been accepted + List of protocol names whose license has been accepted. </long> </locale> </schema> |