From 1ebc39be4ef89d876f919df18b516e0c9e93ccdb Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Fri, 28 Mar 2003 22:22:40 +0000 Subject: [ fix the contact editor so that the only time the address is parsed is 2003-03-28 Chris Toshok [ 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): make this use delivery addresses instead of labels. (full_addr_clicked): same. (find_address_mailing): same. * backend/ebook/e-card-simple.c (e_card_simple_set_delivery_address): make this operate similar to e_card_simple_set_address: it sets both the delivery address and the label for the address. svn path=/trunk/; revision=20567 --- addressbook/ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'addressbook/ChangeLog') diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 994e429dfb..64ce436f8a 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,17 @@ +2003-03-28 Chris Toshok + + [ 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): + make this use delivery addresses instead of labels. + (full_addr_clicked): same. + (find_address_mailing): same. + + * backend/ebook/e-card-simple.c + (e_card_simple_set_delivery_address): make this operate similar to + e_card_simple_set_address: it sets both the delivery address and + the label for the address. + 2003-03-26 Chris Toshok [ fixes bug #19178 ] -- cgit v1.2.3