plug-ins: "history" is supposed to be an aux argument.
This got mistakenly changed in commit 4bf5dc7b97
.
This commit is contained in:
@ -137,7 +137,7 @@ script_fu_create_procedure (GimpPlugIn *plug_in,
|
|||||||
GIMP_TYPE_RUN_MODE,
|
GIMP_TYPE_RUN_MODE,
|
||||||
GIMP_RUN_INTERACTIVE,
|
GIMP_RUN_INTERACTIVE,
|
||||||
G_PARAM_READWRITE);
|
G_PARAM_READWRITE);
|
||||||
gimp_procedure_add_string_array_argument (procedure, "history",
|
gimp_procedure_add_string_array_aux_argument (procedure, "history",
|
||||||
"Command history",
|
"Command history",
|
||||||
"History",
|
"History",
|
||||||
G_PARAM_READWRITE);
|
G_PARAM_READWRITE);
|
||||||
|
Reference in New Issue
Block a user