pdb: fix gimp-file-save PDB procedure implementation.

I fixed the wrong file in my previous commit (it's a generated file!).
This is the right one.
This commit is contained in:
Jehan 2020-10-21 18:40:18 +02:00
parent 9487c5648b
commit 0f6e43f0b8
1 changed files with 1 additions and 1 deletions

View File

@ -253,7 +253,7 @@ HELP
GimpProcedure *proc;
gint i;
file = g_value_get_object (gimp_value_array_index (args, 3));
file = g_value_get_object (gimp_value_array_index (args, 4));
file_proc = gimp_plug_in_manager_file_procedure_find (gimp->plug_in_manager,
GIMP_FILE_PROCEDURE_GROUP_SAVE,