diff options
author | Sushma Rai <rsushma@src.gnome.org> | 2005-07-13 16:29:39 +0800 |
---|---|---|
committer | Sushma Rai <rsushma@src.gnome.org> | 2005-07-13 16:29:39 +0800 |
commit | f58c45ce13747878fcb9e913d2d3dc5406ebef51 (patch) | |
tree | 29ddc401d6fff5ee778c3b8df0b9c9a2bcbe7579 /addressbook/ChangeLog | |
parent | 5582982cfd465cc45b7a0f50e9e45a6fbf79ce1b (diff) | |
download | gsoc2013-evolution-f58c45ce13747878fcb9e913d2d3dc5406ebef51.tar.gz gsoc2013-evolution-f58c45ce13747878fcb9e913d2d3dc5406ebef51.tar.zst gsoc2013-evolution-f58c45ce13747878fcb9e913d2d3dc5406ebef51.zip |
Fix for address book import problems.
svn path=/trunk/; revision=29750
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 640c480f42..78db70937b 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,15 @@ +2005-07-13 Sushma Rai <rsushma@novell.com> + + * addressbook/importers/evolution-vcard-importer.c (vcard_supported): + Return false in the source URI does not start with "file://". + + * addressbook/importers/evolution-ldif-importer.c + (ldif_import_contacts): Using the proper file pointer. + (ldif_supported): Return false in the source URI does not start with + "file://". + (ldif_import_done): Close the file opened. + (ldif_import): Opening the proper file. + 2005-07-09 Veerapuram Varadhan <vvaradhan@novell.com> * gui/component/addressbook-component.c: (impl_createControls): |