diff options
author | Chris Toshok <toshok@ximian.com> | 2004-04-18 15:01:50 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2004-04-18 15:01:50 +0800 |
commit | 415fbd7101ccee054ca4b86d0a2d6ebfaaf736f2 (patch) | |
tree | e09de06a168361f618d780b33b9b1510114771ac /addressbook/ChangeLog | |
parent | fb719d2e33d2a72736f02c7d53f4d1efe05e9848 (diff) | |
download | gsoc2013-evolution-415fbd7101ccee054ca4b86d0a2d6ebfaaf736f2.tar.gz gsoc2013-evolution-415fbd7101ccee054ca4b86d0a2d6ebfaaf736f2.tar.zst gsoc2013-evolution-415fbd7101ccee054ca4b86d0a2d6ebfaaf736f2.zip |
new macro. (extract_email): only create/add the attribute if the email
2004-04-18 Chris Toshok <toshok@ximian.com>
* gui/contact-editor/e-contact-editor.c (nonempty): new macro.
(extract_email): only create/add the attribute if the email
address is nonempty.
(extract_im): same, but for im accounts.
(extract_address_record): same, but for addresses.
svn path=/trunk/; revision=25502
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 21d28f873d..faeb5ac6ab 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,11 @@ +2004-04-18 Chris Toshok <toshok@ximian.com> + + * gui/contact-editor/e-contact-editor.c (nonempty): new macro. + (extract_email): only create/add the attribute if the email + address is nonempty. + (extract_im): same, but for im accounts. + (extract_address_record): same, but for addresses. + 2004-04-16 Hans Petter Jansson <hpj@ximian.com> * gui/contact-editor/contact-editor.glade: Add "wants HTML" checkbox. |