aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-contact-groups.c
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy/empathy-contact-groups.c')
-rw-r--r--libempathy/empathy-contact-groups.c3
1 files changed, 2 insertions, 1 deletions
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 <sys/stat.h>
+#include <tp-account-widgets/tpaw-utils.h>
#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);