eeek, mitch introduced a typo with bad consequences

--Sven
This commit is contained in:
Sven Neumann 2000-01-26 17:33:25 +00:00
parent 9659b77317
commit 6895d48413
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
Thu Jan 27 16:26:47 CET 2000 Sven Neumann <sven@gimp.org>
* plug-ins/common/gifload.c: fixed typo that made gimp crash when
loading a gif
2000-01-27 Shirasaki Yasuhiro <yasuhiro@gnome.gr.jp>
* plug-ins/gap/gap_decode_mpeg_main.c: added dummy menus

View File

@ -202,7 +202,7 @@ run (gchar *name,
if (image_ID != -1)
{
*nreturn_vals = 1;
*nreturn_vals = 2;
values[1].type = PARAM_IMAGE;
values[1].data.d_image = image_ID;
}