diff --git a/ChangeLog b/ChangeLog index 3a5adaf84a..2a68e27e0b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-04-13 Sven Neumann + + * app/core/gimplayer.c: fixed gtk-doc comment. + 2005-04-13 Sven Neumann * app/display/gimpdisplayshell-callbacks.c diff --git a/app/core/gimplayer.c b/app/core/gimplayer.c index 201d6f8c61..9b85320bc0 100644 --- a/app/core/gimplayer.c +++ b/app/core/gimplayer.c @@ -901,7 +901,7 @@ gimp_layer_new_from_tiles (TileManager *tiles, /** * gimp_layer_new_from_pixbuf: - * @tiles: The pixbuf to make the new layer from. + * @pixbuf: The pixbuf to make the new layer from. * @dest_gimage: The image the new layer will be added to. * @type: The #GimpImageType of the new layer. * @name: The new layer's name.