/[graveman]/graveman/current/src/support.c
ViewVC logotype

Diff of /graveman/current/src/support.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.11 by scresto, Thu Apr 21 23:16:45 2005 UTC revision 1.12 by scresto, Sat May 28 01:30:50 2005 UTC
# Line 127  Tgrave *sc_grave_load(gchar *Aname) Line 127  Tgrave *sc_grave_load(gchar *Aname)
127    Tgrave *Agrave = g_malloc0(sizeof(Tgrave));    Tgrave *Agrave = g_malloc0(sizeof(Tgrave));
128    gchar Lfullname[MAXPATHLEN];    gchar Lfullname[MAXPATHLEN];
129    
130    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);
131        
132    Agrave->xml = glade_xml_new(Lfullname, NULL, NULL);    Agrave->xml = glade_xml_new(Lfullname, NULL, NULL);
133    

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26