]> git.0d.be Git - empathy.git/blobdiff - libempathy/empathy-chatroom-manager.c
Updated Swedish translation
[empathy.git] / libempathy / empathy-chatroom-manager.c
index 3f1828612fd75983c7bc172a0b19be175100b926..3a117b18e85176c4eae84acc889db8a8aa98711d 100644 (file)
@@ -25,6 +25,8 @@
 #include "empathy-chatroom-manager.h"
 
 #include <sys/stat.h>
+#include <tp-account-widgets/tpaw-utils.h>
+#include <telepathy-glib/telepathy-glib-dbus.h>
 
 #include "empathy-client-factory.h"
 #include "empathy-utils.h"
@@ -320,7 +322,7 @@ chatroom_manager_file_parse (EmpathyChatroomManager *manager,
       return FALSE;
     }
 
-  if (!empathy_xml_validate_from_resource (doc, CHATROOMS_DTD_RESOURCENAME))
+  if (!tpaw_xml_validate_from_resource (doc, CHATROOMS_DTD_RESOURCENAME))
     {
       g_warning ("Failed to validate file:'%s'", filename);
       xmlFreeDoc (doc);