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

(-)a/src/image-view.c (-1 / +1 lines)
Lines 343-349 void image_view_clear( ImageView* iv ) Link Here
343
343
344
void image_view_set_pixbuf( ImageView* iv, GdkPixbuf* pixbuf )
344
void image_view_set_pixbuf( ImageView* iv, GdkPixbuf* pixbuf )
345
{
345
{
346
    if( pixbuf != iv->pix )
346
347
    {
347
    {
348
        image_view_clear( iv );
348
        image_view_clear( iv );
349
        if( G_LIKELY(pixbuf) )
349
        if( G_LIKELY(pixbuf) )

Return to bug 699528