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:
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user