[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Graveman-cvs] Changes to graveman/current/src/support.c
From: |
sylvain cresto |
Subject: |
[Graveman-cvs] Changes to graveman/current/src/support.c |
Date: |
Fri, 27 May 2005 21:30:55 -0400 |
Index: graveman/current/src/support.c
diff -u graveman/current/src/support.c:1.11 graveman/current/src/support.c:1.12
--- graveman/current/src/support.c:1.11 Thu Apr 21 23:16:45 2005
+++ graveman/current/src/support.c Sat May 28 01:30:50 2005
@@ -127,7 +127,7 @@
Tgrave *Agrave = g_malloc0(sizeof(Tgrave));
gchar Lfullname[MAXPATHLEN];
- g_snprintf(Lfullname, sizeof(Lfullname)-1, "%s/%s/%s", PACKAGE_DATA_DIR,
PACKAGE, Aname);
+ g_snprintf(Lfullname, sizeof(Lfullname)-1, "%s/%s/%s", DATA_DIR, PACKAGE,
Aname);
Agrave->xml = glade_xml_new(Lfullname, NULL, NULL);
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Graveman-cvs] Changes to graveman/current/src/support.c,
sylvain cresto <=