graveman-cvs
[Top][All Lists]
Advanced

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

[Graveman-cvs] Changes to graveman/current/src/config.c


From: sylvain cresto
Subject: [Graveman-cvs] Changes to graveman/current/src/config.c
Date: Fri, 27 May 2005 21:30:53 -0400

Index: graveman/current/src/config.c
diff -u graveman/current/src/config.c:1.42 graveman/current/src/config.c:1.43
--- graveman/current/src/config.c:1.42  Sun May 22 11:20:41 2005
+++ graveman/current/src/config.c       Sat May 28 01:30:50 2005
@@ -339,6 +339,8 @@
   Lnewlist = g_slist_append(Lnewlist, Lpath);
   Lpath = g_strdup_printf("/usr/share/%s", PACKAGE);
   Lnewlist = g_slist_append(Lnewlist, Lpath);
+  Lpath = g_strdup_printf("%s/%s", DATA_DIR, PACKAGE);
+  Lnewlist = g_slist_append(Lnewlist, Lpath);
 
   return Lnewlist;
 }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]