Comment 8 for bug 168471

Revision history for this message
Johan Engelen (johanengelen) wrote :

Originator: NO

    try {
        throw Gdk::PixbufError(NULL); // <---- new code
        img = Gdk::Pixbuf::create_from_file(fileName);
    }
    catch (Gdk::PixbufError e)
    {
        g_message("Gdk::PixbufError in SVGPreview::showImage");
        return;
    }

This does trigger the catcher. So the catcher works.