mirror of https://github.com/GNOME/gimp.git
eeek, mitch introduced a typo with bad consequences
--Sven
This commit is contained in:
parent
9659b77317
commit
6895d48413
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue