From 3d170b71061db4d817838854bebaa49387bc4fa9 Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Wed, 9 May 2001 20:00:35 +0000 Subject: Include bonobo-context.h. 2001-05-09 Christopher James Lahey * elm-importer.c, netscape-importer.c, pine-importer.c: Include bonobo-context.h. * netscape-importer.c (netscape_import_accounts): Made a bunch of const char *s here. (importer_cb): Replaced CORBA_OBJECT_NIL with CORBA_NO_EXCEPTION in a error check here. (netscape_create_structure): Removed unused data variable here. Added BONOBO_OBJECT casts. (importer_init): Changed factory to be a BonoboGenericFactory * instead of a BonoboObject *. * pine-importer.c (import_addressfile): Changed signature to match EBookCallback signature. Added char *email variable. Removed EList since we only need to deal with one email for now. Changed this to not set the file as to the fullname. (pine_can_import): Removed unused settings and addressbook variables. (pine_create_structure): Added BONOBO_OBJECT casts. svn path=/trunk/; revision=9731 --- importers/ChangeLog | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'importers/ChangeLog') diff --git a/importers/ChangeLog b/importers/ChangeLog index 17c630363a..ca6e3878de 100644 --- a/importers/ChangeLog +++ b/importers/ChangeLog @@ -1,3 +1,25 @@ +2001-05-09 Christopher James Lahey + + * elm-importer.c, netscape-importer.c, pine-importer.c: Include + bonobo-context.h. + + * netscape-importer.c (netscape_import_accounts): Made a bunch of + const char *s here. + (importer_cb): Replaced CORBA_OBJECT_NIL with CORBA_NO_EXCEPTION + in a error check here. + (netscape_create_structure): Removed unused data variable here. + Added BONOBO_OBJECT casts. + (importer_init): Changed factory to be a BonoboGenericFactory * + instead of a BonoboObject *. + + * pine-importer.c (import_addressfile): Changed signature to match + EBookCallback signature. Added char *email variable. Removed + EList since we only need to deal with one email for now. Changed + this to not set the file as to the fullname. + (pine_can_import): Removed unused settings and addressbook + variables. + (pine_create_structure): Added BONOBO_OBJECT casts. + 2001-05-08 Iain Holmes * *: Added everything to CVS. -- cgit v1.2.3