Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 438786
Collapse All | Expand All

(-)a/gdk-pixbuf/gdk-pixbuf-loader.c (-1 / +2 lines)
Lines 331-338 Link Here
331
331
332
        if (!priv->size_fixed) 
332
        if (!priv->size_fixed) 
333
                {
333
                {
334
                        gint w = width, h = height;
334
                        /* Defend against lazy loaders which don't call size_func */
335
                        /* Defend against lazy loaders which don't call size_func */
335
                        gdk_pixbuf_loader_size_func (&width, &height, loader);
336
                        gdk_pixbuf_loader_size_func (&w, &h, loader);
336
                }
337
                }
337
338
338
        priv->needs_scale = FALSE;
339
        priv->needs_scale = FALSE;

Return to bug 438786