Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/backend
diff options
context:
space:
mode:
authorThomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>2009-02-16 16:01:37 (GMT)
committer Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>2009-02-16 16:01:37 (GMT)
commit6ae3092b2a6fc091f6cb81b82e1dbf3bfb55b7e1 (patch)
tree35a1cedfc853623f10b87316f043d9aa13181533 /backend
parent1f8fbad7aba7c76e67cf32d7f25a61ca59be5e66 (diff)
Replace deprecated gtk symbol in commented out code
svn path=/trunk/; revision=3474
Diffstat (limited to 'backend')
-rw-r--r--backend/impress/r_gradient.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/impress/r_gradient.c b/backend/impress/r_gradient.c
index df0e419..79636fe 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;
}
}