From e75aa2712e5ae4df8c42c28df7238bd13e0510e9 Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Fri, 6 Feb 2004 18:19:04 +0000 Subject: implement (load_file_fn): use g_file_get_contents to get a string we can 2004-02-06 JP Rosevear * importers/evolution-vcard-importer.c (importer_destroy_cb): implement (load_file_fn): use g_file_get_contents to get a string we can convert to a contact list with eab_contact_list_from_string svn path=/trunk/; revision=24654 --- addressbook/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'addressbook/ChangeLog') diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 400de05d1f..5065372b2c 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,10 @@ +2004-02-06 JP Rosevear + + * importers/evolution-vcard-importer.c (importer_destroy_cb): + implement + (load_file_fn): use g_file_get_contents to get a string we can + convert to a contact list with eab_contact_list_from_string + 2004-02-06 JP Rosevear * importers/GNOME_Evolution_Addressbook_LDIF_Importer.server.in.in: -- cgit