Supply the current GError for fatal_error_handler(). (#441443)

2007-05-30  Chris Wilson  <chris@chris-wilson.co.uk>

    * io-jpeg.c (gdk_pixbuf__jpeg_image_stop_load):
    Supply the current GError for fatal_error_handler(). (#441443)


svn path=/trunk/; revision=17989
This commit is contained in:
Chris Wilson 2007-05-30 16:11:48 +00:00 committed by Chris Wilson
parent d022f4c32d
commit de42416ac2
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2007-05-30 Chris Wilson <chris@chris-wilson.co.uk>
* io-jpeg.c (gdk_pixbuf__jpeg_image_stop_load):
Supply the current GError for fatal_error_handler(). (#441443)
2007-05-24 Matthias Clasen <mclasen@redhat.com>
* === Released 2.11.0 ===

View File

@ -692,6 +692,7 @@ gdk_pixbuf__jpeg_image_stop_load (gpointer data, GError **error)
g_object_unref (context->pixbuf);
/* if we have an error? */
context->jerr.error = error;
if (sigsetjmp (context->jerr.setjmp_buffer, 1)) {
retval = FALSE;
} else {