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:
Michael Natterer 2010-02-10 12:51:46 +01:00
parent c4562c5a93
commit 034bd0427f
1 changed files with 1 additions and 1 deletions

View File

@ -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;