]> Pileus Git - ~andy/gtk/commit
Initialise the error handler exit routine to our own. Note this means that
authorNot Zed <NotZed@HelixCode.com>
Wed, 31 May 2000 02:07:07 +0000 (02:07 +0000)
committerMichael Zucci <zucchi@src.gnome.org>
Wed, 31 May 2000 02:07:07 +0000 (02:07 +0000)
commit85e7a89b132cf3bb299c876fc340ab0ce8fbd7d3
tree5062f4b8a5d65a6b979a40e46e8bcf34477ba6c9
parent379da28de806edb66ce09fbfd55d1f1e373dfe74
Initialise the error handler exit routine to our own. Note this means that

2000-05-30  Not Zed  <NotZed@HelixCode.com>

* gdk-pixbuf/io-jpeg.c (gdk_pixbuf__jpeg_image_begin_load):
Initialise the error handler exit routine to our own.  Note this
means that every function that accesses the jpeg lib on this
object MUST do a setjmp.
(gdk_pixbuf__jpeg_image_stop_load): setjmp before accessing jpeg
lib for handling fatal error.
(gdk_pixbuf__jpeg_image_load_increment): And here too.  So now
your applications dont quit if there's a jpeg error!
gdk-pixbuf/ChangeLog
gdk-pixbuf/io-jpeg.c