[gnome-chess/chess-telepathy-networking-support-664946-rebase: 30/64] Correct path for xml files to be validated



commit 47cc374a600f671a6086d872b2f391c55fce4693
Author: Chandni Verma <chandniverma2112 gmail com>
Date:   Sat Dec 22 08:17:37 2012 +0530

    Correct path for xml files to be validated

 libgames-contacts/games-ui-utils.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libgames-contacts/games-ui-utils.c b/libgames-contacts/games-ui-utils.c
index 9917996..9edad64 100644
--- a/libgames-contacts/games-ui-utils.c
+++ b/libgames-contacts/games-ui-utils.c
@@ -65,7 +65,7 @@ games_xml_validate (xmlDoc      *doc,
   xmlDtd *dtd;
   gboolean ret;
 
-  path = g_build_filename (PKGDATADIR, PACKAGE, dtd_filename, NULL);
+  path = g_build_filename (PKGDATADIR, dtd_filename, NULL);
 
   g_debug ("Loading dtd file %s", path);
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]