app: fix signal signature of GimpColorTool::picked()

A Babl format is not of GIMP_TYPE_IMAGE_TYPE, this would have horribly
crashed on 64bit, I guess...
This commit is contained in:
Michael Natterer
2012-04-11 01:03:56 +02:00
parent 14459cc637
commit ca6323f382

View File

@ -141,7 +141,7 @@ gimp_color_tool_class_init (GimpColorToolClass *klass)
gimp_marshal_VOID__ENUM_POINTER_BOXED_INT,
G_TYPE_NONE, 4,
GIMP_TYPE_COLOR_PICK_STATE,
GIMP_TYPE_IMAGE_TYPE,
G_TYPE_POINTER,
GIMP_TYPE_RGB | G_SIGNAL_TYPE_STATIC_SCOPE,
G_TYPE_INT);