plug-ins: print: fix missing argument to GIMP_PROC_ARG_IMAGE()

This commit is contained in:
Michael Natterer 2019-09-03 12:42:17 +02:00
parent 80340f2d47
commit 8245102bbd
1 changed files with 1 additions and 0 deletions

View File

@ -539,6 +539,7 @@ print_temp_proc_install (GimpImage *image)
GIMP_PROC_ARG_IMAGE (procedure, "image",
"Image",
"The image to notify about",
FALSE,
G_PARAM_READWRITE);
gimp_plug_in_add_temp_procedure (plug_in, procedure);