diff options
Diffstat (limited to 'help/devel')
-rw-r--r-- | help/devel/ChangeLog | 6 | ||||
-rw-r--r-- | help/devel/importer/evolution-shell-importer.types | 6 |
2 files changed, 9 insertions, 3 deletions
diff --git a/help/devel/ChangeLog b/help/devel/ChangeLog index cda1fe6953..134159b2d2 100644 --- a/help/devel/ChangeLog +++ b/help/devel/ChangeLog @@ -1,3 +1,9 @@ +2001-04-20 Damon Chaplin <damon@ximian.com> + + * importer/evolution-shell-importer.types: changed path to the + importer header files, since we've had reports that they aren't being + found (though it worked OK for me). + 2001-04-17 Ettore Perazzoli <ettore@ximian.com> * calendar/cal-client/Makefile.am (install-data-local): Install diff --git a/help/devel/importer/evolution-shell-importer.types b/help/devel/importer/evolution-shell-importer.types index 9dcdf5f0f1..e787818599 100644 --- a/help/devel/importer/evolution-shell-importer.types +++ b/help/devel/importer/evolution-shell-importer.types @@ -1,8 +1,8 @@ #include <gnome.h> #include <bonobo.h> -#include <evolution/importer/evolution-importer.h> -#include <evolution/importer/evolution-importer-client.h> -#include <evolution/importer/evolution-importer-listener.h> +#include <shell/importer/evolution-importer.h> +#include <shell/importer/evolution-importer-client.h> +#include <shell/importer/evolution-importer-listener.h> evolution_importer_get_type evolution_importer_client_get_type |