From: Thomas Hindoe Paaboel Andersen Date: Mon, 16 Feb 2009 16:01:37 +0000 (+0000) Subject: Replace deprecated gtk symbol in commented out code X-Git-Tag: EVINCE_2_25_91~6 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=6ae3092b2a6fc091f6cb81b82e1dbf3bfb55b7e1;p=evince.git Replace deprecated gtk symbol in commented out code svn path=/trunk/; revision=3474 --- diff --git a/ChangeLog b/ChangeLog index daeb4a2f..139a1cb4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-02-16 Thomas H.P. Andersen + + * backend/impress/r_gradient.c: (r_draw_gradient): Replace deprecated + GTK symbol in commented out code. Bug #571707 + 2009-02-16 Carlos Garcia Campos * NEWS: diff --git a/backend/impress/r_gradient.c b/backend/impress/r_gradient.c index df0e4198..79636fe2 100644 --- a/backend/impress/r_gradient.c +++ b/backend/impress/r_gradient.c @@ -381,7 +381,7 @@ r_draw_gradient (ImpRenderCtx *ctx, void *drw_data, iks *node) else r_draw_gradient_complex (ctx, drw_data, &grad); -// gdk_gc_unref (ctx->gc); +// g_object_unref (ctx->gc); // ctx->gc = gc; } }