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

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

revision 298 by harbaum, Wed Aug 25 12:24:38 2010 UTC revision 299 by harbaum, Fri Aug 27 12:04:34 2010 UTC
# Line 780  balloon_cb(osm_gps_map_balloon_event_t * Line 780  balloon_cb(osm_gps_map_balloon_event_t *
780             event->data.click.x, event->data.click.y);             event->data.click.x, event->data.click.y);
781    
782      /* make the main screen jump to that cache */      /* make the main screen jump to that cache */
783      if(!event->data.click.down) {      if(event->data.click.down) {
784        if(context->appdata->cur_cache) {        if(context->appdata->cur_cache) {
785          printf("ERROR: no current cache should be visible!\n");          printf("ERROR: no current cache should be visible!\n");
786        } else {        } else {

Legend:
Removed from v.298  
changed lines
  Added in v.299