mirror of https://github.com/GNOME/gimp.git
Fix Sven's one-liner (Save now works!)
This commit is contained in:
parent
9feac96274
commit
43b6187604
|
@ -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++
|
||||
|
|
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue