mirror of https://github.com/GNOME/gimp.git
Bug 609056 - Exporting to Alias PIX format fails
Apply patch from Saul Goode which fixes a typo that made exporting to PIX impossible.
This commit is contained in:
parent
c4562c5a93
commit
034bd0427f
|
@ -218,7 +218,7 @@ run (const gchar *name,
|
|||
status = GIMP_PDB_EXECUTION_ERROR;
|
||||
}
|
||||
}
|
||||
else if (strcmp (name, LOAD_PROC) == 0)
|
||||
else if (strcmp (name, SAVE_PROC) == 0)
|
||||
{
|
||||
image_ID = param[1].data.d_int32;
|
||||
drawable_ID = param[2].data.d_int32;
|
||||
|
|
Loading…
Reference in New Issue