diff options
Diffstat (limited to 'science/gchempaint/files/patch-libgcpcanvas-gcp-canvas-shape.c')
-rw-r--r-- | science/gchempaint/files/patch-libgcpcanvas-gcp-canvas-shape.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/science/gchempaint/files/patch-libgcpcanvas-gcp-canvas-shape.c b/science/gchempaint/files/patch-libgcpcanvas-gcp-canvas-shape.c new file mode 100644 index 000000000000..81f313c0b001 --- /dev/null +++ b/science/gchempaint/files/patch-libgcpcanvas-gcp-canvas-shape.c @@ -0,0 +1,17 @@ +--- libgcpcanvas/gcp-canvas-shape.c.orig Sun Oct 12 13:51:42 2003 ++++ libgcpcanvas/gcp-canvas-shape.c Sun Nov 9 00:53:27 2003 +@@ -95,13 +95,13 @@ + + void gnome_canvas_shape_ext_print (GPrintable *printable, GnomePrintContext *pc) + { +- g_return_if_fail (GNOME_IS_CANVAS_SHAPE_EXT (printable)); + GnomeCanvasShape *shape; + GnomeCanvasShapePriv * priv; + GnomeCanvasPathDef * path; + gdouble width; + ArtBpath * bpath; + ++ g_return_if_fail (GNOME_IS_CANVAS_SHAPE_EXT (printable)); + shape = GNOME_CANVAS_SHAPE (printable); + priv = shape->priv; + path = priv->path; |