summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/ChangeLog
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2006-12-22 03:14:31 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2006-12-22 03:14:31 +0000
commit1db5905b389c534c61cdbfac1f27e01b4be1f32f (patch)
tree65230f7e4c3969dfc2974b1c9036212dd53a45cf /gdk-pixbuf/ChangeLog
parentf750eb2f173b0e870d3020cc105e50e380096c70 (diff)
downloadgdk-pixbuf-1db5905b389c534c61cdbfac1f27e01b4be1f32f.tar.gz
Emit the closed signal when closing the loader, pointed out by David
2006-12-21 Matthias Clasen <mclasen@redhat.com> * gdk-pixbuf-loader.c (gdk_pixbuf_loader_write): Emit the closed signal when closing the loader, pointed out by David Necas.
Diffstat (limited to 'gdk-pixbuf/ChangeLog')
-rw-r--r--gdk-pixbuf/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdk-pixbuf/ChangeLog b/gdk-pixbuf/ChangeLog
index 7bc8e5826..ea7845b59 100644
--- a/gdk-pixbuf/ChangeLog
+++ b/gdk-pixbuf/ChangeLog
@@ -1,5 +1,11 @@
2006-12-21 Matthias Clasen <mclasen@redhat.com>
+ * gdk-pixbuf-loader.c (gdk_pixbuf_loader_write): Emit
+ the closed signal when closing the loader, pointed out
+ by David Necas.
+
+2006-12-21 Matthias Clasen <mclasen@redhat.com>
+
* io-gif.c (gif_get_lzw): Handle invalid gif animations
a little bit more robustly. (#357974, Vassilis Pandis,
patch by Felix Riemann)