aboutsummaryrefslogtreecommitdiff
path: root/graphics/diacanvas2/files
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2005-01-12 22:49:19 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2005-01-12 22:49:19 +0000
commitf1bedce44ea96a12775be46451124ff36b2035b0 (patch)
treec81fade6b010d379f91e1aae3dff234febb36830 /graphics/diacanvas2/files
parent8b446059f52e4d1d549db6bd571b7ef1c6b358f3 (diff)
Notes
Diffstat (limited to 'graphics/diacanvas2/files')
-rw-r--r--graphics/diacanvas2/files/patch-demos::dia-textbox.c11
-rw-r--r--graphics/diacanvas2/files/patch-diacanvas::dia-export-print.c15
2 files changed, 0 insertions, 26 deletions
diff --git a/graphics/diacanvas2/files/patch-demos::dia-textbox.c b/graphics/diacanvas2/files/patch-demos::dia-textbox.c
deleted file mode 100644
index e03ed74a61d7..000000000000
--- a/graphics/diacanvas2/files/patch-demos::dia-textbox.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- demos/dia-textbox.c.orig Mon Oct 6 03:18:15 2003
-+++ demos/dia-textbox.c Sat Aug 28 00:07:51 2004
-@@ -140,7 +140,7 @@
- textbox->text = dia_canvas_item_create (DIA_TYPE_CANVAS_TEXT, NULL);
- dia_canvas_item_set_child_of (textbox->text, DIA_CANVAS_ITEM (textbox));
-
-- g_message (__FUNCTION__": %p %p %p %p %p", textbox, textbox->text, textbox->text->parent, DIA_CANVAS_ITEM (textbox)->canvas, textbox->text->canvas);
-+ g_message ("%s: %p %p %p %p %p", __func__, textbox, textbox->text, textbox->text->parent, DIA_CANVAS_ITEM (textbox)->canvas, textbox->text->canvas);
- }
-
- static void
diff --git a/graphics/diacanvas2/files/patch-diacanvas::dia-export-print.c b/graphics/diacanvas2/files/patch-diacanvas::dia-export-print.c
deleted file mode 100644
index 89f5fb3a1670..000000000000
--- a/graphics/diacanvas2/files/patch-diacanvas::dia-export-print.c
+++ /dev/null
@@ -1,15 +0,0 @@
---- diacanvas/dia-export-print.c.orig Sat Aug 28 00:01:51 2004
-+++ diacanvas/dia-export-print.c Sat Aug 28 00:07:51 2004
-@@ -310,10 +310,10 @@
- print_image ((DiaShapeImage *)shape, context);
- break;
- case DIA_SHAPE_WIDGET:
-- g_message (__FUNCTION__": Widget not yet implemented.");
-+ g_message ("%s: Widget not yet implemented.", __func__);
- break;
- case DIA_SHAPE_CLIP:
-- g_message (__FUNCTION__": Clip not yet implemented.");
-+ g_message ("%s: Clip not yet implemented.", __func__);
- break;
- default:
- g_message ("Shape with type %d is not (yet) implemented", shape->type);