summaryrefslogtreecommitdiff
path: root/graphics/diacanvas2/files/patch-demos::dia-textbox.c
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/diacanvas2/files/patch-demos::dia-textbox.c')
-rw-r--r--graphics/diacanvas2/files/patch-demos::dia-textbox.c11
1 files changed, 0 insertions, 11 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