diff options
author | Chris Toshok <toshok@ximian.com> | 2002-11-27 10:56:16 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2002-11-27 10:56:16 +0800 |
commit | 07bd8e460c6309083b57e802b7371e758af8044c (patch) | |
tree | b29ff7d1691410421781cf2e8d0405eb285eeae7 /addressbook/ChangeLog | |
parent | fd57ebebf43ee3149efd8443996cde5d99490129 (diff) | |
download | gsoc2013-evolution-07bd8e460c6309083b57e802b7371e758af8044c.tar.gz gsoc2013-evolution-07bd8e460c6309083b57e802b7371e758af8044c.tar.zst gsoc2013-evolution-07bd8e460c6309083b57e802b7371e758af8044c.zip |
[ roll forward from 1.2 branch, Fixes addressbook bug #28945 ] if the
2002-11-26 Chris Toshok <toshok@ximian.com>
[ roll forward from 1.2 branch, Fixes addressbook bug #28945 ]
* backend/ebook/e-card.c (e_card_get_vobject): if the email
property is xml, get the real address from the e-destination.
Fixes saving contact lists.
svn path=/trunk/; revision=18942
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 6c4c6c6292..ec6934dbec 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,5 +1,12 @@ 2002-11-26 Chris Toshok <toshok@ximian.com> + [ roll forward from 1.2 branch, Fixes addressbook bug #28945 ] + * backend/ebook/e-card.c (e_card_get_vobject): if the email + property is xml, get the real address from the e-destination. + Fixes saving contact lists. + +2002-11-26 Chris Toshok <toshok@ximian.com> + * gui/widgets/e-minicard.c (e_minicard_reflow): remove redundant setting of y2. |