]> git.0d.be Git - empathy.git/blobdiff - libempathy/empathy-contact-groups.c
Be more compatible with Facebook emoticon codes
[empathy.git] / libempathy / empathy-contact-groups.c
index 81a1b3133f681591419f1af467e4fe0acf552959..7818eb5573212c0fd7d704d71435504ab924fd30 100644 (file)
@@ -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);