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
This commit is contained in:
Rodney Dawes
2003-03-02 19:07:44 +00:00
committed by Rodney Dawes
parent 9bcc86b12e
commit afcd36fa38
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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"