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:
committed by
Michael Natterer
parent
1564c5fd83
commit
593043a1b6
@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user