plug-ins: "history" is supposed to be an aux argument.

This got mistakenly changed in commit 4bf5dc7b97.
This commit is contained in:
Jehan 2024-09-18 01:34:46 +02:00
parent d7f9c5e57e
commit 67bd7b677b
1 changed files with 4 additions and 4 deletions

View File

@ -137,10 +137,10 @@ script_fu_create_procedure (GimpPlugIn *plug_in,
GIMP_TYPE_RUN_MODE,
GIMP_RUN_INTERACTIVE,
G_PARAM_READWRITE);
gimp_procedure_add_string_array_argument (procedure, "history",
"Command history",
"History",
G_PARAM_READWRITE);
gimp_procedure_add_string_array_aux_argument (procedure, "history",
"Command history",
"History",
G_PARAM_READWRITE);
}
else if (! strcmp (name, "plug-in-script-fu-text-console"))
{