diff --git a/gdk-pixbuf/ChangeLog b/gdk-pixbuf/ChangeLog index 9f363bd89f..e26d2b0427 100644 --- a/gdk-pixbuf/ChangeLog +++ b/gdk-pixbuf/ChangeLog @@ -1,3 +1,8 @@ +2004-11-30 Matthias Clasen + + * gdk-pixbuf-animation.c (gdk_pixbuf_animation_iter_get_pixbuf): + Fix a typo in the docs. (#159955, Masao Mutoh) + 2004-11-29 Matthias Clasen * Makefile.am (gdk-pixbuf-alias.h): Use the perl found by diff --git a/gdk-pixbuf/gdk-pixbuf-animation.c b/gdk-pixbuf/gdk-pixbuf-animation.c index 56e5864e92..b40446299b 100644 --- a/gdk-pixbuf/gdk-pixbuf-animation.c +++ b/gdk-pixbuf/gdk-pixbuf-animation.c @@ -479,9 +479,9 @@ gdk_pixbuf_animation_iter_get_delay_time (GdkPixbufAnimationIter *iter) * * Gets the current pixbuf which should be displayed; the pixbuf will * be the same size as the animation itself - * (gdk_pixbuf_animation_get_width(), - * gdk_pixbuf_animation_get_height()). This pixbuf should be displayed - * for gdk_pixbuf_animation_get_delay_time() milliseconds. The caller + * (gdk_pixbuf_animation_get_width(), gdk_pixbuf_animation_get_height()). + * This pixbuf should be displayed for + * gdk_pixbuf_animation_iter_get_delay_time() milliseconds. The caller * of this function does not own a reference to the returned pixbuf; * the returned pixbuf will become invalid when the iterator advances * to the next frame, which may happen anytime you call