From 5c0d938cf15d07c0f7511c5acb9a3d8e42278e0d Mon Sep 17 00:00:00 2001 From: Marco Barisione Date: Fri, 10 May 2013 16:08:28 +0100 Subject: tpaw-utils: move empathy_xml_validate_from_resource to tp-aw and rename it This commit also changes the licence of the moved code (all copyrighted by Collabora Ltd.) from GPL to LGPL. https://bugzilla.gnome.org/show_bug.cgi?id=699492 --- libempathy/empathy-contact-groups.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libempathy/empathy-contact-groups.c') diff --git a/libempathy/empathy-contact-groups.c b/libempathy/empathy-contact-groups.c index 81a1b3133..7818eb557 100644 --- a/libempathy/empathy-contact-groups.c +++ b/libempathy/empathy-contact-groups.c @@ -24,6 +24,7 @@ #include "empathy-contact-groups.h" #include +#include #include "empathy-utils.h" @@ -91,7 +92,7 @@ contact_groups_file_parse (const gchar *filename) return; } - if (!empathy_xml_validate_from_resource (doc, CONTACT_GROUPS_DTD_RESOURCENAME)) { + if (!tpaw_xml_validate_from_resource (doc, CONTACT_GROUPS_DTD_RESOURCENAME)) { g_warning ("Failed to validate file:'%s'", filename); xmlFreeDoc (doc); xmlFreeParserCtxt (ctxt); -- cgit