diff options
author | Chris Toshok <toshok@ximian.com> | 2003-03-29 06:46:50 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2003-03-29 06:46:50 +0800 |
commit | b759bc8bc4d9bdd28336e6ed827621cd71b7c185 (patch) | |
tree | 23776e2501c3f882a8e3ce851181125c3ff415f9 /addressbook/ChangeLog | |
parent | 1ebc39be4ef89d876f919df18b516e0c9e93ccdb (diff) | |
download | gsoc2013-evolution-b759bc8bc4d9bdd28336e6ed827621cd71b7c185.tar.gz gsoc2013-evolution-b759bc8bc4d9bdd28336e6ed827621cd71b7c185.tar.zst gsoc2013-evolution-b759bc8bc4d9bdd28336e6ed827621cd71b7c185.zip |
[ fixes bug #40403 ] revert the fix for 28945, as was done on the 1.2
2003-03-28 Chris Toshok <toshok@ximian.com>
[ fixes bug #40403 ]
* backend/ebook/e-card.c (e_card_get_vobject): revert the fix for
28945, as was done on the 1.2 branch. this is because the "fix"
actually breaks internal use of contact lists. We need to make
the exporting of contacts DTRT, instead of fixing it here.
svn path=/trunk/; revision=20568
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 64ce436f8a..8b9094b253 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,5 +1,13 @@ 2003-03-28 Chris Toshok <toshok@ximian.com> + [ fixes bug #40403 ] + * backend/ebook/e-card.c (e_card_get_vobject): revert the fix for + 28945, as was done on the 1.2 branch. this is because the "fix" + actually breaks internal use of contact lists. We need to make + the exporting of contacts DTRT, instead of fixing it here. + +2003-03-28 Chris Toshok <toshok@ximian.com> + [ fix the contact editor so that the only time the address is parsed is when the user types in the address GtkTextView. ] * gui/contact-editor/e-contact-editor.c (address_mailing_changed): |