aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamon Chaplin <damon@ximian.com>2001-04-21 03:52:57 +0800
committerDamon Chaplin <damon@src.gnome.org>2001-04-21 03:52:57 +0800
commitcbdc25be7a8e6ba1e2cc483fa1b6ba477e00b0ac (patch)
tree7b3cf3a7f3da124c1ae9b4ce78315b9c34e21125
parent726c06dcdd648c46b963475eb7801c69e154b87a (diff)
downloadgsoc2013-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
-rw-r--r--doc/devel/ChangeLog6
-rw-r--r--doc/devel/importer/evolution-shell-importer.types6
-rw-r--r--help/devel/ChangeLog6
-rw-r--r--help/devel/importer/evolution-shell-importer.types6
4 files changed, 18 insertions, 6 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
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