forgot to change gimp_pixel_fetcher_set_edgemode to

2003-12-26  Sven Neumann  <sven@gimp.org>

	* plug-ins/common/edge.c: forgot to change
	gimp_pixel_fetcher_set_edgemode to gimp_pixel_fetcher_set_edge_mode
	here.
This commit is contained in:
Sven Neumann 2003-12-26 20:46:30 +00:00 committed by Sven Neumann
parent eac0e23ede
commit 18e559c173
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2003-12-26 Sven Neumann <sven@gimp.org>
* plug-ins/common/edge.c: forgot to change
gimp_pixel_fetcher_set_edgemode to gimp_pixel_fetcher_set_edge_mode
here.
2003-12-26 Sven Neumann <sven@gimp.org>
* plug-ins/imagemap/imap_cern.y

View File

@ -276,7 +276,7 @@ edge (GimpDrawable *drawable)
evals.amount = 1.0;
pft = gimp_pixel_fetcher_new (drawable);
gimp_pixel_fetcher_set_edgemode (pft, evals.wrapmode);
gimp_pixel_fetcher_set_edge_mode (pft, evals.wrapmode);
gimp_drawable_mask_bounds (drawable->drawable_id, &x1, &y1, &x2, &y2);