mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
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.
This commit is contained in:
parent
f750eb2f17
commit
1db5905b38
@ -1,3 +1,9 @@
|
||||
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
|
||||
|
@ -481,6 +481,8 @@ gdk_pixbuf_loader_write (GdkPixbufLoader *loader,
|
||||
priv->holds_threadlock = FALSE;
|
||||
}
|
||||
|
||||
g_signal_emit (loader, pixbuf_loader_signals[CLOSED], 0);
|
||||
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user