diff options
author | Damon Chaplin <damon@ximian.com> | 2001-04-21 03:52:57 +0800 |
---|---|---|
committer | Damon Chaplin <damon@src.gnome.org> | 2001-04-21 03:52:57 +0800 |
commit | cbdc25be7a8e6ba1e2cc483fa1b6ba477e00b0ac (patch) | |
tree | 7b3cf3a7f3da124c1ae9b4ce78315b9c34e21125 /doc | |
parent | 726c06dcdd648c46b963475eb7801c69e154b87a (diff) | |
download | gsoc2013-evolution-cbdc25be7a8e6ba1e2cc483fa1b6ba477e00b0ac.tar gsoc2013-evolution-cbdc25be7a8e6ba1e2cc483fa1b6ba477e00b0ac.tar.gz gsoc2013-evolution-cbdc25be7a8e6ba1e2cc483fa1b6ba477e00b0ac.tar.bz2 gsoc2013-evolution-cbdc25be7a8e6ba1e2cc483fa1b6ba477e00b0ac.tar.lz gsoc2013-evolution-cbdc25be7a8e6ba1e2cc483fa1b6ba477e00b0ac.tar.xz gsoc2013-evolution-cbdc25be7a8e6ba1e2cc483fa1b6ba477e00b0ac.tar.zst gsoc2013-evolution-cbdc25be7a8e6ba1e2cc483fa1b6ba477e00b0ac.zip |
changed path to the importer header files, since we've had reports that
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).
svn path=/trunk/; revision=9478
Diffstat (limited to 'doc')
-rw-r--r-- | doc/devel/ChangeLog | 6 | ||||
-rw-r--r-- | doc/devel/importer/evolution-shell-importer.types | 6 |
2 files changed, 9 insertions, 3 deletions
diff --git a/doc/devel/ChangeLog b/doc/devel/ChangeLog index cda1fe6953..134159b2d2 100644 --- a/doc/devel/ChangeLog +++ b/doc/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/doc/devel/importer/evolution-shell-importer.types b/doc/devel/importer/evolution-shell-importer.types index 9dcdf5f0f1..e787818599 100644 --- a/doc/devel/importer/evolution-shell-importer.types +++ b/doc/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 |