}
static void
-gtk_map_poi_title(GtkWidget *widget, gint x, gint y, GdkGC *gc, const gchar *title)
+gtk_map_marker_title(GtkWidget *widget, gint x, gint y, GdkGC *gc, const gchar *title)
{
GtkMap *map;
GtkMapPriv *priv;
}
if (priv->zoom<2 && priv->show_marker_labels==TRUE && label)
- gtk_map_poi_title(widget, poix, poiy, gc, label);
+ gtk_map_marker_title(widget, poix, poiy, gc, label);
valid=gtk_tree_model_iter_next(GTK_TREE_MODEL(priv->marker_store), &iter);
}