mirror of https://github.com/GNOME/gimp.git
parent
ac5d8df90d
commit
3fc9190f5e
|
@ -1,3 +1,8 @@
|
|||
Mon Oct 25 11:07:52 CEST 1999 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* plug-ins/common/gif.c
|
||||
* plug-ins/common/tga.c: made the same stupid typo here too
|
||||
|
||||
1999-10-25 Tuomas Kuosmanen <tigert@gimp.org>
|
||||
|
||||
* pixmaps/raise.xpm
|
||||
|
|
|
@ -435,7 +435,7 @@ run (char *name,
|
|||
init_gtk ();
|
||||
|
||||
image_ID = orig_image_ID = param[1].data.d_int32;
|
||||
drawable_ID = param[1].data.d_int32;
|
||||
drawable_ID = param[2].data.d_int32;
|
||||
|
||||
/* eventually export the image */
|
||||
switch (run_mode)
|
||||
|
|
|
@ -311,7 +311,7 @@ run (char *name,
|
|||
init_gtk ();
|
||||
|
||||
image_ID = param[1].data.d_int32;
|
||||
drawable_ID = param[1].data.d_int32;
|
||||
drawable_ID = param[2].data.d_int32;
|
||||
|
||||
/* eventually export the image */
|
||||
switch (run_mode)
|
||||
|
|
Loading…
Reference in New Issue