]> err.no Git - mapper/commitdiff
Rename function
authorKaj-Michael Lang <milang@onion.tal.org>
Wed, 9 Jan 2008 10:53:21 +0000 (12:53 +0200)
committerKaj-Michael Lang <milang@onion.tal.org>
Wed, 9 Jan 2008 10:53:21 +0000 (12:53 +0200)
src/map-poi.c
src/map.c

index dbf43b60fc7bc1555890dc27b47f6f1b959eaa74..1614881d22e1010bcd12abf7774606174f0e64f6 100644 (file)
@@ -216,7 +216,7 @@ return found;
  * This should be done before rendering track data.
  */
 void
-map_render_poi(void)
+map_render_all_pois(void)
 {
 guint unitx, unity;
 gdouble lat1, lat2, lon1, lon2;
index 36a3fa8c09bce4ee3802527f3733ae16e9768249..c02a421eb95fd16ae34afbe8c30f64c9dbb4c09b 100644 (file)
--- a/src/map.c
+++ b/src/map.c
@@ -408,7 +408,7 @@ if (map_drag_id>0)
 if (_home.valid)
        map_draw_position_icon(&_home);
 if(_show_poi)
-       map_render_poi();
+       map_render_all_pois();
 if(_show_tracks>0)
        map_render_paths();
 }