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 Nečas.
This commit is contained in:
committed by
Matthias Clasen
parent
6a3479037a
commit
660b45b988
@@ -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 Ne¿as.
|
||||
|
||||
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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user