aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/ChangeLog
diff options
context:
space:
mode:
authorHans Petter Jansson <hpj@ximian.com>2004-08-21 07:37:02 +0800
committerHans Petter <hansp@src.gnome.org>2004-08-21 07:37:02 +0800
commite50f205a57976550dca90a19b1b2759264ff137c (patch)
tree7aa2d88413b6bf466bbfb19caa1c80dd8bb7ff4b /addressbook/ChangeLog
parent3f62ea5c855b2ba4325edd29aaa2fc3feb0eebbf (diff)
downloadgsoc2013-evolution-e50f205a57976550dca90a19b1b2759264ff137c.tar
gsoc2013-evolution-e50f205a57976550dca90a19b1b2759264ff137c.tar.gz
gsoc2013-evolution-e50f205a57976550dca90a19b1b2759264ff137c.tar.bz2
gsoc2013-evolution-e50f205a57976550dca90a19b1b2759264ff137c.tar.lz
gsoc2013-evolution-e50f205a57976550dca90a19b1b2759264ff137c.tar.xz
gsoc2013-evolution-e50f205a57976550dca90a19b1b2759264ff137c.tar.zst
gsoc2013-evolution-e50f205a57976550dca90a19b1b2759264ff137c.zip
Fixes bug #62715.
2004-08-20 Hans Petter Jansson <hpj@ximian.com> 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
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r--addressbook/ChangeLog9
1 files changed, 9 insertions, 0 deletions
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 <hpj@ximian.com>
+
+ 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 <hpj@ximian.com>
Makes the contact image selector use GtkFileChooser if available.