app/gimpimage.c Fixed small typo.

2000-02-27 Garry R. Osgood <gosgood@idt.net>

* app/gimpimage.c Fixed small typo.
This commit is contained in:
Garry R. Osgood
2000-02-27 19:57:49 +00:00
committed by Garry R. Osgood
parent 2b077e0958
commit e99bf6ac94
9 changed files with 12 additions and 8 deletions

View File

@ -600,7 +600,7 @@ gimp_image_scale (GimpImage *gimage,
for (list = remove; list; list = g_slist_next (list))
{
layer = remove->data;
layer = list->data;
gimage_remove_layer (gimage, layer);
}
g_slist_free (remove);