From e50f205a57976550dca90a19b1b2759264ff137c Mon Sep 17 00:00:00 2001 From: Hans Petter Jansson Date: Fri, 20 Aug 2004 23:37:02 +0000 Subject: Fixes bug #62715. 2004-08-20 Hans Petter Jansson Fixes bug #62715. * gui/contact-editor/e-contact-editor.c (fill_in_address_label_textview): Implement. (fill_in_address_field): If structured address information is not available, try putting the "label" blob in the free-form field. svn path=/trunk/; revision=26980 --- addressbook/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'addressbook/ChangeLog') diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index c41fc4276a..6ea780c4e7 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,12 @@ +2004-08-20 Hans Petter Jansson + + Fixes bug #62715. + + * gui/contact-editor/e-contact-editor.c + (fill_in_address_label_textview): Implement. + (fill_in_address_field): If structured address information is not + available, try putting the "label" blob in the free-form field. + 2004-08-19 Hans Petter Jansson Makes the contact image selector use GtkFileChooser if available. -- cgit