diff options
Diffstat (limited to 'libempathy/gossip-utils.c')
-rw-r--r-- | libempathy/gossip-utils.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libempathy/gossip-utils.c b/libempathy/gossip-utils.c index 579981616..27bcb85d1 100644 --- a/libempathy/gossip-utils.c +++ b/libempathy/gossip-utils.c @@ -37,7 +37,6 @@ #include "gossip-debug.h" #include "gossip-utils.h" -#include "gossip-paths.h" #include "empathy-contact-manager.h" #define DEBUG_DOMAIN "Utils" @@ -208,7 +207,7 @@ gossip_xml_validate (xmlDoc *doc, xmlDtd *dtd; gboolean ret; - path = gossip_paths_get_dtd_path (dtd_filename); + path = g_build_filename (DATADIR, "empathy", dtd_filename, NULL); /* The list of valid chars is taken from libxml. */ escaped = xmlURIEscapeStr (path, ":@&=+$,/?;"); |