GNOME Bugzilla – Bug 355580
typo in gnome-canvas-shape.c
Last modified: 2006-11-10 13:55:06 UTC
Hello, In gcbp_ensure_mask, on line 1418, "BpathDrawContext" should be "BpathDrawCtx"
Created attachment 75295 [details] [review] patch to fix the typo
Comment on attachment 75295 [details] [review] patch to fix the typo >Index: gnome-canvas-shape.c >=================================================================== >RCS file: /cvs/gnome/libgnomecanvas/libgnomecanvas/gnome-canvas-shape.c,v >retrieving revision 1.29 >diff -u -p -r1.29 gnome-canvas-shape.c >--- gnome-canvas-shape.c 1 Jan 2006 21:07:50 -0000 1.29 >+++ gnome-canvas-shape.c 24 Oct 2006 11:43:35 -0000 >@@ -1415,7 +1415,7 @@ gcbp_ensure_mask (GnomeCanvasShape * sha > ctx->clear_gc = NULL; > ctx->xor_gc = NULL; > >- g_object_set_data (G_OBJECT (canvas), "BpathDrawContext", ctx); >+ g_object_set_data (G_OBJECT (canvas), "BpathDrawCtx", ctx); > > } else { > ctx->refcount++; thanks kmaras, the fix looks good, please apply.
Commited.