diff options
author | Rodney Dawes <dobey@ximian.com> | 2003-03-03 03:07:44 +0800 |
---|---|---|
committer | Rodney Dawes <dobey@src.gnome.org> | 2003-03-03 03:07:44 +0800 |
commit | afcd36fa3848b59208334729cd7689f8037b25de (patch) | |
tree | 6cf25cb3480f8ce9178d336d9fa9165ccb3745a6 /e-util | |
parent | 9bcc86b12edbc01f776439b5dc604c04158f727c (diff) | |
download | gsoc2013-evolution-afcd36fa3848b59208334729cd7689f8037b25de.tar gsoc2013-evolution-afcd36fa3848b59208334729cd7689f8037b25de.tar.gz gsoc2013-evolution-afcd36fa3848b59208334729cd7689f8037b25de.tar.bz2 gsoc2013-evolution-afcd36fa3848b59208334729cd7689f8037b25de.tar.lz gsoc2013-evolution-afcd36fa3848b59208334729cd7689f8037b25de.tar.xz gsoc2013-evolution-afcd36fa3848b59208334729cd7689f8037b25de.tar.zst gsoc2013-evolution-afcd36fa3848b59208334729cd7689f8037b25de.zip |
s/gnome-xml/libxml/
2003-03-02 Rodney Dawes <dobey@ximian.com>
* e-pilot-util.c: s/gnome-xml/libxml/
svn path=/trunk/; revision=20119
Diffstat (limited to 'e-util')
-rw-r--r-- | e-util/ChangeLog | 4 | ||||
-rw-r--r-- | e-util/e-pilot-util.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog index e6aedd3af9..af3aea3e52 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,3 +1,7 @@ +2003-03-02 Rodney Dawes <dobey@ximian.com> + + * e-pilot-util.c: s/gnome-xml/libxml/ + 2003-02-27 JP Rosevear <jpr@ximian.com> * Makefile.am: include gnome-pilot cflags diff --git a/e-util/e-pilot-util.c b/e-util/e-pilot-util.c index c1da384317..9e9c13d2c0 100644 --- a/e-util/e-pilot-util.c +++ b/e-util/e-pilot-util.c @@ -22,7 +22,7 @@ #include <stdlib.h> #include <time.h> -#include <gnome-xml/parser.h> +#include <libxml/parser.h> #include <pi-util.h> #include "e-pilot-util.h" |