Fix Sven's one-liner (Save now works!)

This commit is contained in:
Nick Lamb /GIMP 1999-10-25 00:59:18 +00:00
parent 9feac96274
commit 43b6187604
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Sun Oct 25 01:58:24 BST 1999 Nick Lamb <njl195@zepler.org>
* plug-ins/common/tiff.c: Fix Sven's one-liner (Save now works!)
Sun Oct 24 14:58:25 PDT 1999 Manish Singh <yosh@gimp.org>
* libgimp/gimpcompat.h: added GIMP_DISABLE_COMPAT_H test, and C++

View File

@ -238,7 +238,7 @@ run (char *name,
else if (strcmp (name, "file_tiff_save") == 0)
{
image = orig_image = param[1].data.d_int32;
drawable = param[1].data.d_int32;
drawable = param[2].data.d_int32;
/* Do this right this time, if POSSIBLE query for parasites, otherwise
or if there isn't one, choose the DEFAULT_COMMENT */