slight changelog fixups.

--Larry
This commit is contained in:
Larry Ewing 2000-06-06 20:41:23 +00:00
parent 93d6686ce9
commit 315c3511be

View File

@ -3,9 +3,9 @@
* gdk-pixbuf/gdk-pixbuf-loader.c (gdk_pixbuf_loader_frame_done): * gdk-pixbuf/gdk-pixbuf-loader.c (gdk_pixbuf_loader_frame_done):
take frame offest into account when trying to calculate the take frame offest into account when trying to calculate the
animation bbox. Also set the width to the width not the height. animation bbox. Also set the width to the width not the height.
(gdk_pixbuf_loader_frame_done): cycle over the frames to calculate (gdk_pixbuf_loader_animation_done): cycle over the frames to
bbox since only now do we have all the offset information for each calculate bbox because now we finally have all the offset
frame. information for each frame.
2000-06-05 Mathieu Lacage <mathieu@gnome.org> 2000-06-05 Mathieu Lacage <mathieu@gnome.org>