plug-ins: forward the error message if file-pat-save-internal fails

This commit is contained in:
Michael Natterer
2019-02-16 18:59:01 +01:00
parent e513e9e054
commit b71ebcea6d

View File

@ -231,6 +231,11 @@ run (const gchar *name,
}
else
{
g_set_error (&error, 0, 0,
"Running procedure 'file-pat-save-internal' "
"failed: %s",
gimp_get_pdb_error ());
status = GIMP_PDB_EXECUTION_ERROR;
}