Diff of /trunk/src/project.c

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

revision 266 by harbaum, Wed Aug 12 09:27:27 2009 UTC revision 271 by harbaum, Thu Aug 27 06:24:55 2009 UTC
# Line 719  static void on_project_edit(GtkButton *b Line 719  static void on_project_edit(GtkButton *b
719            /* redraw the entire map by destroying all map items  */            /* redraw the entire map by destroying all map items  */
720            diff_save(appdata->project, appdata->osm);            diff_save(appdata->project, appdata->osm);
721            map_clear(appdata, MAP_LAYER_ALL);            map_clear(appdata, MAP_LAYER_ALL);
           osm_free(&appdata->icon, appdata->osm);  
722    
723              osm_free(&appdata->icon, appdata->osm);
724            appdata->osm = NULL;            appdata->osm = NULL;
725          }          }
726    

Legend:
Removed from v.266  
changed lines
  Added in v.271