diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2002-11-04 03:36:39 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2002-11-04 03:36:39 +0800 |
commit | 9cbba714fc0eb122c0736b94727b4d2580b9d53c (patch) | |
tree | 7608508bce769d6cd2e3e8e731a84025d476e4d0 /shell/e-folder-list.c | |
parent | a53b427829fbfda077616426e6b4230b4f02c4ce (diff) | |
download | gsoc2013-evolution-9cbba714fc0eb122c0736b94727b4d2580b9d53c.tar gsoc2013-evolution-9cbba714fc0eb122c0736b94727b4d2580b9d53c.tar.gz gsoc2013-evolution-9cbba714fc0eb122c0736b94727b4d2580b9d53c.tar.bz2 gsoc2013-evolution-9cbba714fc0eb122c0736b94727b4d2580b9d53c.tar.lz gsoc2013-evolution-9cbba714fc0eb122c0736b94727b4d2580b9d53c.tar.xz gsoc2013-evolution-9cbba714fc0eb122c0736b94727b4d2580b9d53c.tar.zst gsoc2013-evolution-9cbba714fc0eb122c0736b94727b4d2580b9d53c.zip |
Updated for libxml2. Likewise. Likewise. Likewise.
* e-component-info.c: Updated for libxml2.
* e-shortcuts.c: Likewise.
* e-folder-list.c: Likewise.
* e-local-folder.c: Likewise.
svn path=/trunk/; revision=18512
Diffstat (limited to 'shell/e-folder-list.c')
-rw-r--r-- | shell/e-folder-list.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/e-folder-list.c b/shell/e-folder-list.c index 7291d7fde6..24e00fa907 100644 --- a/shell/e-folder-list.c +++ b/shell/e-folder-list.c @@ -29,8 +29,8 @@ #include <libgnome/gnome-i18n.h> -#include <gnome-xml/parser.h> -#include <gnome-xml/xmlmemory.h> +#include <libxml/parser.h> +#include <libxml/xmlmemory.h> #include <glade/glade.h> |