diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2006-06-27 21:56:46 +0800 |
---|---|---|
committer | Andre Klapper <aklapper@src.gnome.org> | 2006-06-27 21:56:46 +0800 |
commit | 874ad8ac90c614fea083d4bd2fc05c0c3e5c8ffa (patch) | |
tree | a68a13f48c1b16408bba3578a03e234997b52e78 /mail | |
parent | aa16daa845ff4c79f9a7ce729509b7dad2402337 (diff) | |
download | gsoc2013-evolution-874ad8ac90c614fea083d4bd2fc05c0c3e5c8ffa.tar.gz gsoc2013-evolution-874ad8ac90c614fea083d4bd2fc05c0c3e5c8ffa.tar.zst gsoc2013-evolution-874ad8ac90c614fea083d4bd2fc05c0c3e5c8ffa.zip |
Changed type name "boolean" to "bool". Fixes bug #345677.
2006-06-27 Matthew Barnes <mbarnes@redhat.com>
* evolution-mail.schemas.in.in:
Changed type name "boolean" to "bool". Fixes bug #345677.
svn path=/trunk/; revision=32199
Diffstat (limited to 'mail')
-rw-r--r-- | mail/ChangeLog | 5 | ||||
-rw-r--r-- | mail/evolution-mail.schemas.in.in | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index edd08429f9..ebf18e842e 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,8 @@ +2006-06-27 Matthew Barnes <mbarnes@redhat.com> + + * evolution-mail.schemas.in.in: + Changed type name "boolean" to "bool". Fixes bug #345677. + 2006-06-27 Arvind_evo <sa.phoenix@gmail.com> Fix for bug#260354 comment 35: diff --git a/mail/evolution-mail.schemas.in.in b/mail/evolution-mail.schemas.in.in index 4c189a80ee..9041f3a356 100644 --- a/mail/evolution-mail.schemas.in.in +++ b/mail/evolution-mail.schemas.in.in @@ -475,7 +475,7 @@ <key>/schemas/apps/evolution/mail/display/address_compress</key> <applyto>/apps/evolution/mail/display/address_compress</applyto> <owner>evolution-mail</owner> - <type>boolean</type> + <type>bool</type> <default>true</default> <locale name="C"> <short>Compress display of addresses in TO/CC/BCC</short> |