--- trunk/src/map-tool.c 2009/12/02 20:05:52 226 +++ trunk/src/map-tool.c 2009/12/07 16:14:50 231 @@ -362,7 +362,7 @@ /* remove all existing appearances of this icon first */ osm_gps_map_remove_image(OSM_GPS_MAP(context->widget), - icon_get(ICON_MISC, 6)); + icon_get(ICON_MISC, 4)); if(!isnan(context->appdata->geomath.lat) && !isnan(context->appdata->geomath.lon)) { @@ -370,7 +370,7 @@ osm_gps_map_add_image(OSM_GPS_MAP(context->widget), context->appdata->geomath.lat, context->appdata->geomath.lon, - icon_get(ICON_MISC, 6)); + icon_get(ICON_MISC, 4)); } if(name) {