diff options
author | Christopher James Lahey <clahey@ximian.com> | 2001-10-28 05:13:23 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2001-10-28 05:13:23 +0800 |
commit | 4c06d16120fb6686c08c74192d62efa2b5d89a24 (patch) | |
tree | c44d99a0341e6c92ad90af68350112e7d284bfcf /addressbook/ChangeLog | |
parent | ae98b77f3a7516a133b227832041d66ef12a7e0e (diff) | |
download | gsoc2013-evolution-4c06d16120fb6686c08c74192d62efa2b5d89a24.tar gsoc2013-evolution-4c06d16120fb6686c08c74192d62efa2b5d89a24.tar.gz gsoc2013-evolution-4c06d16120fb6686c08c74192d62efa2b5d89a24.tar.bz2 gsoc2013-evolution-4c06d16120fb6686c08c74192d62efa2b5d89a24.tar.lz gsoc2013-evolution-4c06d16120fb6686c08c74192d62efa2b5d89a24.tar.xz gsoc2013-evolution-4c06d16120fb6686c08c74192d62efa2b5d89a24.tar.zst gsoc2013-evolution-4c06d16120fb6686c08c74192d62efa2b5d89a24.zip |
Set book_uri when cardification occurs.
2001-10-27 Christopher James Lahey <clahey@ximian.com>
* backend/ebook/e-destination.c (name_and_email_simple_query_cb,
nickname_simple_query_cb): Set book_uri when cardification occurs.
svn path=/trunk/; revision=14230
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index d756e3deea..cc5f58faa6 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,8 +1,14 @@ 2001-10-27 Christopher James Lahey <clahey@ximian.com> + * backend/ebook/e-destination.c (name_and_email_simple_query_cb, + nickname_simple_query_cb): Set book_uri when cardification occurs. + +2001-10-27 Christopher James Lahey <clahey@ximian.com> + * gui/component/select-names/e-select-names.c (e_select_names_add_section): Turned off use_ellipsis (it breaks - emulate_label_resize) and on emulate_label_resize. + emulate_label_resize) and on emulate_label_resize. Fixes Ximian + bug #13693. 2001-10-27 Jon Trowbridge <trow@ximian.com> |