]> www.fi.muni.cz Git - evince.git/commitdiff
Replace deprecated gtk symbol in commented out code
authorThomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Mon, 16 Feb 2009 16:01:37 +0000 (16:01 +0000)
committerThomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Mon, 16 Feb 2009 16:01:37 +0000 (16:01 +0000)
svn path=/trunk/; revision=3474

ChangeLog
backend/impress/r_gradient.c

index daeb4a2f5c826d931a32f060494e1fb5534df891..139a1cb4930ef1b7c0676b3e27a047edb23dfff2 100644 (file)
--- 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:
index df0e41984400e8a2ae6bc68ffd76e73a493097a5..79636fe2f50c09d19484fa37aa14c412816258a6 100644 (file)
@@ -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;
        }
 }