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:

committed by
Garry R. Osgood

parent
2b077e0958
commit
e99bf6ac94
@ -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);
|
||||
|
Reference in New Issue
Block a user