diff options
author | Christopher James Lahey <clahey@ximian.com> | 2001-03-29 07:37:46 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2001-03-29 07:37:46 +0800 |
commit | 954405749b2bf50cb17a3410b40aa8d24aec271d (patch) | |
tree | bd3321afb36c488dccfe6ba22347aa5d9e293b48 /addressbook/ChangeLog | |
parent | a9819dd335216f7094b0057460e99de026d2ea57 (diff) | |
download | gsoc2013-evolution-954405749b2bf50cb17a3410b40aa8d24aec271d.tar gsoc2013-evolution-954405749b2bf50cb17a3410b40aa8d24aec271d.tar.gz gsoc2013-evolution-954405749b2bf50cb17a3410b40aa8d24aec271d.tar.bz2 gsoc2013-evolution-954405749b2bf50cb17a3410b40aa8d24aec271d.tar.lz gsoc2013-evolution-954405749b2bf50cb17a3410b40aa8d24aec271d.tar.xz gsoc2013-evolution-954405749b2bf50cb17a3410b40aa8d24aec271d.tar.zst gsoc2013-evolution-954405749b2bf50cb17a3410b40aa8d24aec271d.zip |
Use E_CARD_SIMPLE_FIELD_NAME_OR_ORG instead of getting the NAME and then
2001-03-28 Christopher James Lahey <clahey@ximian.com>
* gui/component/select-names/e-select-names-table-model.c
(fill_in_info): Use E_CARD_SIMPLE_FIELD_NAME_OR_ORG instead of
getting the NAME and then the ORG. That way if we expand
NAME_OR_ORG, this will use it.
* gui/component/select-names/e-select-names.c
(e_addressbook_create_ebook_table, SPEC): Use the correct column
in the SPEC.
svn path=/trunk/; revision=9000
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 1c76f3d75b..047a0f85bd 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,14 @@ +2001-03-28 Christopher James Lahey <clahey@ximian.com> + + * gui/component/select-names/e-select-names-table-model.c + (fill_in_info): Use E_CARD_SIMPLE_FIELD_NAME_OR_ORG instead of + getting the NAME and then the ORG. That way if we expand + NAME_OR_ORG, this will use it. + + * gui/component/select-names/e-select-names.c + (e_addressbook_create_ebook_table, SPEC): Use the correct column + in the SPEC. + 2001-03-25 Jon Trowbridge <trow@ximian.com> * gui/component/select-names/e-select-names-completion.c |