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/elm-importer.c | |
parent | 33b9baa06344722188b76e54e9396b9a322b9ddf (diff) | |
download | gsoc2013-evolution-3d170b71061db4d817838854bebaa49387bc4fa9.tar.gz 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/elm-importer.c')
-rw-r--r-- | importers/elm-importer.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/importers/elm-importer.c b/importers/elm-importer.c index d62264b973..33c0487953 100644 --- a/importers/elm-importer.c +++ b/importers/elm-importer.c @@ -38,6 +38,7 @@ #include <bonobo/bonobo-object.h> #include <bonobo/bonobo-control.h> +#include <bonobo/bonobo-context.h> #include <bonobo/bonobo-generic-factory.h> #include <bonobo/bonobo-main.h> |