diff options
| author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-02-05 07:57:43 +0000 |
|---|---|---|
| committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-02-05 07:57:43 +0000 |
| commit | c89edaef580e7d2172faa7ec0f70b6f5ea15194f (patch) | |
| tree | 73b15c2ff0b25ca8c022bf56d4f259aa7018de2c /graphics/gimp-app/files/patch-app_vectors_gimpvectors.c | |
| parent | Make sure the libgimpprint.so library is linked against libintl to resolve (diff) | |
Update to 2.0pre3.
Diffstat (limited to 'graphics/gimp-app/files/patch-app_vectors_gimpvectors.c')
| -rw-r--r-- | graphics/gimp-app/files/patch-app_vectors_gimpvectors.c | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/graphics/gimp-app/files/patch-app_vectors_gimpvectors.c b/graphics/gimp-app/files/patch-app_vectors_gimpvectors.c new file mode 100644 index 000000000000..49c869645a8a --- /dev/null +++ b/graphics/gimp-app/files/patch-app_vectors_gimpvectors.c @@ -0,0 +1,20 @@ +--- app/vectors/gimpvectors.c.orig Thu Feb 5 01:49:20 2004 ++++ app/vectors/gimpvectors.c Thu Feb 5 01:50:25 2004 +@@ -545,7 +545,7 @@ + GimpObject *stroke_desc, + gboolean use_default_values) + { +- GimpVectors *vectors = GIMP_VECTORS (item);; ++ GimpVectors *vectors = GIMP_VECTORS (item); + gboolean retval = FALSE; + + if (! vectors->strokes) +@@ -564,7 +564,7 @@ + else if (GIMP_IS_PAINT_INFO (stroke_desc)) + { + GimpImage *gimage = gimp_item_get_image (item); +- GimpPaintInfo *paint_info = GIMP_PAINT_INFO (stroke_desc);; ++ GimpPaintInfo *paint_info = GIMP_PAINT_INFO (stroke_desc); + GimpPaintOptions *paint_options; + GimpPaintCore *core; + |
