aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook
diff options
context:
space:
mode:
Diffstat (limited to 'addressbook')
-rw-r--r--addressbook/ChangeLog4
-rw-r--r--addressbook/backend/ebook/e-destination.c5
-rw-r--r--addressbook/backend/ebook/e-destination.h2
3 files changed, 8 insertions, 3 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index 9fd3dfeb62..886fce8775 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,5 +1,9 @@
2002-11-06 Chris Toshok <toshok@ximian.com>
+ * backend/ebook/e-destination.[ch]: fix the gnome-xml headers.
+
+2002-11-06 Chris Toshok <toshok@ximian.com>
+
* gui/widgets/gal-view-minicard.c: fix the gnome-xml headers.
* gui/widgets/e-addressbook-view.c
diff --git a/addressbook/backend/ebook/e-destination.c b/addressbook/backend/ebook/e-destination.c
index ec2b24f8a1..3d5f88acab 100644
--- a/addressbook/backend/ebook/e-destination.c
+++ b/addressbook/backend/ebook/e-destination.c
@@ -34,8 +34,9 @@
#include "e-book-marshal.h"
#include "e-book-util.h"
#include <gal/widgets/e-unicode.h>
-#include <gnome-xml/parser.h>
-#include <gnome-xml/xmlmemory.h>
+
+#include <glib.h>
+#include <libxml/xmlmemory.h>
#include <camel/camel-internet-address.h>
#define d(x) x
diff --git a/addressbook/backend/ebook/e-destination.h b/addressbook/backend/ebook/e-destination.h
index 68ae1a4018..eb8257fb12 100644
--- a/addressbook/backend/ebook/e-destination.h
+++ b/addressbook/backend/ebook/e-destination.h
@@ -31,7 +31,7 @@
#include <glib-object.h>
#include <ebook/e-card.h>
#include <ebook/e-book.h>
-#include <gnome-xml/tree.h>
+#include <libxml/tree.h>
#define E_TYPE_DESTINATION (e_destination_get_type ())
#define E_DESTINATION(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), E_TYPE_DESTINATION, EDestination))