summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/ChangeLog
diff options
context:
space:
mode:
authorMatthias Clasen <mclasne@redhat.com>2008-02-10 06:27:46 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2008-02-10 06:27:46 +0000
commitbbc6a7bf4230b51f500d781095f91465e5f9b9fa (patch)
tree7fd3c8d9bb27a63c6ede43409e8fcdfc699c9824 /gdk-pixbuf/ChangeLog
parent5cb3c35488cf5bb9c3b876282077ce0f3005e39c (diff)
downloadgtk+-bbc6a7bf4230b51f500d781095f91465e5f9b9fa.tar.gz
Try harder to return pixbufs of the requested size. (#494515, Mike
2008-02-10 Matthias Clasen <mclasne@redhat.com> * gdk-pixbuf-scaled-anim.c: Try harder to return pixbufs of the requested size. (#494515, Mike Morrison) svn path=/trunk/; revision=19504
Diffstat (limited to 'gdk-pixbuf/ChangeLog')
-rw-r--r--gdk-pixbuf/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdk-pixbuf/ChangeLog b/gdk-pixbuf/ChangeLog
index 5e38b4bf11..2c45fec75f 100644
--- a/gdk-pixbuf/ChangeLog
+++ b/gdk-pixbuf/ChangeLog
@@ -1,3 +1,8 @@
+2008-02-10 Matthias Clasen <mclasne@redhat.com>
+
+ * gdk-pixbuf-scaled-anim.c: Try harder to return pixbufs
+ of the requested size. (#494515, Mike Morrison)
+
2008-01-15 Matthias Clasen <mclasne@redhat.com>
* gdk-pixbuf-io.c (save_to_stream): Handle partial writes.