app: GimpThumbnailProcedure expects a GFile too.

This was the reason why no thumbnail procedure was working on the dev
branch.
This commit is contained in:
Jehan 2022-02-09 22:31:24 +01:00
parent 5aae429cd6
commit 7b220257da
1 changed files with 2 additions and 2 deletions

View File

@ -354,8 +354,8 @@ file_open_thumbnail (Gimp *gimp,
gimp_pdb_execute_procedure_by_name (gimp->pdb,
context, progress, error,
gimp_object_get_name (procedure),
G_TYPE_STRING, uri,
G_TYPE_INT, size,
G_TYPE_FILE, file,
G_TYPE_INT, size,
G_TYPE_NONE);
g_free (uri);