diff options
author | Christopher James Lahey <clahey@ximian.com> | 2001-10-29 22:01:57 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2001-10-29 22:01:57 +0800 |
commit | 79672bdb3b4388763cf08367fc64805138edb4b3 (patch) | |
tree | 4263cf3fc0e27f04442b246f8166ceb6484ec904 /addressbook/ChangeLog | |
parent | e7f020e3a2bd293193a73ed349163aec23bd310c (diff) | |
download | gsoc2013-evolution-79672bdb3b4388763cf08367fc64805138edb4b3.tar.gz gsoc2013-evolution-79672bdb3b4388763cf08367fc64805138edb4b3.tar.zst gsoc2013-evolution-79672bdb3b4388763cf08367fc64805138edb4b3.zip |
Use the actual ECardName in the ECard instead of parsing the full_name
2001-10-29 Christopher James Lahey <clahey@ximian.com>
* backend/ebook/e-card-simple.c (file_as_get_style,
file_as_set_style): Use the actual ECardName in the ECard instead
of parsing the full_name here.
svn path=/trunk/; revision=14338
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 2fd1a3580f..03e7057fc0 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,5 +1,11 @@ 2001-10-29 Christopher James Lahey <clahey@ximian.com> + * backend/ebook/e-card-simple.c (file_as_get_style, + file_as_set_style): Use the actual ECardName in the ECard instead + of parsing the full_name here. + +2001-10-29 Christopher James Lahey <clahey@ximian.com> + * backend/ebook/e-card-simple.c, backend/ebook/e-card-simple.h (e_card_simple_set_name): New function to set the ECardName on this card and fix the file_as if necessary. |