summaryrefslogtreecommitdiff
path: root/science/gchempaint/files/patch-libgcpcanvas-gcp-canvas-group.c
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2003-12-13 13:48:03 +0000
committerPav Lucistnik <pav@FreeBSD.org>2003-12-13 13:48:03 +0000
commit347bbb0b3541f2238c12b91c8fc4bde0da2f184a (patch)
treed0e7e9c0bbd363f3bf4ef8ace2a32fe21b6cadde /science/gchempaint/files/patch-libgcpcanvas-gcp-canvas-group.c
parento Allow to use $SQUID_CONFIGURE_ARGS in /etc/make.conf for additional (diff)
- Update to 0.3.90
Diffstat (limited to 'science/gchempaint/files/patch-libgcpcanvas-gcp-canvas-group.c')
-rw-r--r--science/gchempaint/files/patch-libgcpcanvas-gcp-canvas-group.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/science/gchempaint/files/patch-libgcpcanvas-gcp-canvas-group.c b/science/gchempaint/files/patch-libgcpcanvas-gcp-canvas-group.c
deleted file mode 100644
index b40e23f04c03..000000000000
--- a/science/gchempaint/files/patch-libgcpcanvas-gcp-canvas-group.c
+++ /dev/null
@@ -1,13 +0,0 @@
---- libgcpcanvas/gcp-canvas-group.c.orig Sun Oct 12 13:51:42 2003
-+++ libgcpcanvas/gcp-canvas-group.c Sun Nov 9 00:51:10 2003
-@@ -92,9 +92,9 @@
-
- void gnome_canvas_group_ext_print (GPrintable *printable, GnomePrintContext *pc)
- {
-- g_return_if_fail (GNOME_IS_CANVAS_GROUP_EXT (printable));
- GList *list;
- double affine[6];
-+ g_return_if_fail (GNOME_IS_CANVAS_GROUP_EXT (printable));
- for (list = GNOME_CANVAS_GROUP (printable) ->item_list; list; list = list->next) {
- if (GNOME_IS_CANVAS_GROUP_EXT(list->data))
- gnome_canvas_group_ext_print (G_PRINTABLE (list->data), pc);