diff options
author | Christopher James Lahey <clahey@ximian.com> | 2001-05-10 04:00:35 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2001-05-10 04:00:35 +0800 |
commit | 3d170b71061db4d817838854bebaa49387bc4fa9 (patch) | |
tree | 958911e7376284c23ea335c468f68f8068efec1f /importers/ChangeLog | |
parent | 33b9baa06344722188b76e54e9396b9a322b9ddf (diff) | |
download | gsoc2013-evolution-3d170b71061db4d817838854bebaa49387bc4fa9.tar gsoc2013-evolution-3d170b71061db4d817838854bebaa49387bc4fa9.tar.gz gsoc2013-evolution-3d170b71061db4d817838854bebaa49387bc4fa9.tar.bz2 gsoc2013-evolution-3d170b71061db4d817838854bebaa49387bc4fa9.tar.lz gsoc2013-evolution-3d170b71061db4d817838854bebaa49387bc4fa9.tar.xz gsoc2013-evolution-3d170b71061db4d817838854bebaa49387bc4fa9.tar.zst gsoc2013-evolution-3d170b71061db4d817838854bebaa49387bc4fa9.zip |
Include bonobo-context.h.
2001-05-09 Christopher James Lahey <clahey@ximian.com>
* 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
Diffstat (limited to 'importers/ChangeLog')
-rw-r--r-- | importers/ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
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 <clahey@ximian.com> + + * 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 <iain@ximian.com> * *: Added everything to CVS. |