fixed a FIXME: set the sensitivity of the color tools' menu entries again.

2001-06-14  Michael Natterer  <mitch@gimp.org>

	* app/gdisplay.c: fixed a FIXME: set the sensitivity of the
	color tools' menu entries again.

	* libgimp/gimpcolorselector.h
	* libgimp/gimpdrawable.h
	* libgimp/gimpmenu.h: removed the usage of "id" from the public
	interface because it's a reserved keyword of Objective C.

	* libgimp/gimpdrawable.c
	* libgimp/gimptile.c

	* plug-ins/[lotsa plugins].c: changed accordingly.
This commit is contained in:
Michael Natterer
2001-06-14 20:07:38 +00:00
committed by Michael Natterer
parent 1564c5fd83
commit 593043a1b6
126 changed files with 876 additions and 848 deletions

View File

@ -169,7 +169,7 @@ run(char *name, int n_params, GimpParam *param, int *nreturn_vals,
_image_width = gimp_image_width(param[1].data.d_image);
_image_height = gimp_image_height(param[1].data.d_image);
_map_info.color = gimp_drawable_is_rgb(drawable->id);
_map_info.color = gimp_drawable_is_rgb(drawable->drawable_id);
run_mode = (GimpRunModeType) param[0].data.d_int32;