mirror of https://github.com/GNOME/gimp.git
parent
5e79064513
commit
0d80c0c0da
|
@ -1,3 +1,7 @@
|
|||
Wed Oct 20 15:33:49 PDT 1999 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* plug-ins/common/psp.c: make it compile
|
||||
|
||||
Wed Oct 20 23:08:31 BST 1999 Andy Thomas <alt@gimp.org>
|
||||
|
||||
* app/nav_window.c
|
||||
|
|
|
@ -1786,7 +1786,7 @@ run (char *name,
|
|||
}
|
||||
else if (strcmp (name, "file_psp_save") == 0)
|
||||
{
|
||||
image_ID = orig_image_ID = param[1].data.d_int32;
|
||||
image_ID = param[1].data.d_int32;
|
||||
drawable_ID = param[2].data.d_int32;
|
||||
|
||||
/* eventually export the image */
|
||||
|
|
Loading…
Reference in New Issue