Diff of /trunk/src/map-tool.c

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

revision 66 by harbaum, Wed Aug 19 20:03:28 2009 UTC revision 69 by harbaum, Thu Aug 20 18:54:06 2009 UTC
# Line 92  static gboolean map_gps_update(gpointer Line 92  static gboolean map_gps_update(gpointer
92    
93    /* ... and enable "goto" button if it's valid */    /* ... and enable "goto" button if it's valid */
94    osm_gps_map_osd_enable_gps (OSM_GPS_MAP(context->widget),    osm_gps_map_osd_enable_gps (OSM_GPS_MAP(context->widget),
95                                OSM_GPS_MAP_OSD_GPS_CALLBACK(ok?cb_map_gps:NULL), context);                   OSM_GPS_MAP_OSD_GPS_CALLBACK(ok?cb_map_gps:NULL), context);
96    
97    if(ok) {    if(ok) {
98      float heading = NAN;      float heading = NAN;

Legend:
Removed from v.66  
changed lines
  Added in v.69