Diff of /trunk/src/gconf.c

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

revision 14 by harbaum, Sat Jun 27 19:18:40 2009 UTC revision 17 by harbaum, Mon Jun 29 08:24:41 2009 UTC
# Line 395  void gconf_load_state(appdata_t *appdata Line 395  void gconf_load_state(appdata_t *appdata
395    /* if there are no entries in the main list, try to add the */    /* if there are no entries in the main list, try to add the */
396    /* "welcome" one */    /* "welcome" one */
397    if(!appdata->gpx) {    if(!appdata->gpx) {
398      char *name = g_strdup("/usr/share/gpxview/welcome.gpx");      char *name = g_strdup(ICONPATH "welcome.gpx");
399      dialog = gpx_busy_dialog_new(GTK_WIDGET(appdata->window));      dialog = gpx_busy_dialog_new(GTK_WIDGET(appdata->window));
400      printf("No GPX file loaded, trying to load demo\n");      printf("No GPX file loaded, trying to load demo\n");
401      appdata->gpx = gpx_parse(dialog, name);      appdata->gpx = gpx_parse(dialog, name);

Legend:
Removed from v.14  
changed lines
  Added in v.17