Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
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
parent1f8fbad7aba7c76e67cf32d7f25a61ca59be5e66 (diff)
Replace deprecated gtk symbol in commented out code
svn path=/trunk/; revision=3474
-rw-r--r--ChangeLog5
-rw-r--r--backend/impress/r_gradient.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index daeb4a2..139a1cb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-02-16 Thomas H.P. Andersen <phomes@gmail.com>
+
+ * backend/impress/r_gradient.c: (r_draw_gradient): Replace deprecated
+ GTK symbol in commented out code. Bug #571707
+
2009-02-16 Carlos Garcia Campos <carlosgc@gnome.org>
* NEWS:
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;
}
}