diff options
author | Chris Toshok <toshok@ximian.com> | 2002-07-13 12:15:09 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2002-07-13 12:15:09 +0800 |
commit | e785008af08bdc913ce2711dcd7998efb51f694b (patch) | |
tree | 905b9165830a8380719d2793b1df6e0df6554092 /addressbook/ChangeLog | |
parent | 35f9c1d29b3ed03486944b83a4c3dc54776e33d5 (diff) | |
download | gsoc2013-evolution-e785008af08bdc913ce2711dcd7998efb51f694b.tar.gz gsoc2013-evolution-e785008af08bdc913ce2711dcd7998efb51f694b.tar.zst gsoc2013-evolution-e785008af08bdc913ce2711dcd7998efb51f694b.zip |
free the full_name (as well as given_name. oops.)
2002-07-12 Chris Toshok <toshok@ximian.com>
* backend/pas/pas-backend-summary.c (free_summary_item): free the
full_name (as well as given_name. oops.)
(pas_backend_summary_new): new summaries are version 3.0 now.
(pas_backend_summary_load_item): all loaded summaries should be
3.0+, as we fail to load versions lower than that.
(pas_backend_summary_load_header): if the summary isn't version
3.0 fail out, as we need to rebuild the entire file to cache the
full_name fields.
(pas_backend_summary_save_item): save out the full_name.
(pas_backend_summary_add_card): put the item's full_name in the
card.
svn path=/trunk/; revision=17447
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index f828b42f37..45c65dc92e 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,17 @@ +2002-07-12 Chris Toshok <toshok@ximian.com> + + * backend/pas/pas-backend-summary.c (free_summary_item): free the + full_name (as well as given_name. oops.) + (pas_backend_summary_new): new summaries are version 3.0 now. + (pas_backend_summary_load_item): all loaded summaries should be + 3.0+, as we fail to load versions lower than that. + (pas_backend_summary_load_header): if the summary isn't version + 3.0 fail out, as we need to rebuild the entire file to cache the + full_name fields. + (pas_backend_summary_save_item): save out the full_name. + (pas_backend_summary_add_card): put the item's full_name in the + card. + 2002-07-12 Dan Winship <danw@ximian.com> * gui/component/select-names/e-select-names-bonobo.c |