shame on me!!

--Sven
This commit is contained in:
Sven Neumann 1999-10-25 09:11:07 +00:00
parent ac5d8df90d
commit 3fc9190f5e
3 changed files with 7 additions and 2 deletions

View File

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

View File

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

View File

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