Diff of /trunk/src/project.c

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

revision 173 by harbaum, Sat May 2 21:36:51 2009 UTC revision 174 by harbaum, Sat May 9 19:01:38 2009 UTC
# Line 1069  gboolean project_close(appdata_t *appdat Line 1069  gboolean project_close(appdata_t *appdat
1069      appdata->osm = NULL;      appdata->osm = NULL;
1070    }    }
1071    
1072      /* update project file on disk */
1073      project_save(GTK_WIDGET(appdata->window), appdata->project);
1074    
1075    project_free(appdata->project);    project_free(appdata->project);
1076    appdata->project = NULL;    appdata->project = NULL;
1077    

Legend:
Removed from v.173  
changed lines
  Added in v.174