summaryrefslogtreecommitdiff
path: root/math/gnumeric2/files
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-02-08 00:54:28 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-02-08 00:54:28 +0000
commitaee6ddcd9a55a7cd016f9ae2f0428e7e3fd5c204 (patch)
tree6afb120d4e761b9afae632ccf2cc9f928c5cddaf /math/gnumeric2/files
parentSchedule broken port for removal on April 7 (diff)
Update to 1.2.6.
Notes
Notes: svn path=/head/; revision=100314
Diffstat (limited to 'math/gnumeric2/files')
-rw-r--r--math/gnumeric2/files/patch-src::cut-n-paste-code::goffice::graph::plugins::plot_xy::gog-xy.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/math/gnumeric2/files/patch-src::cut-n-paste-code::goffice::graph::plugins::plot_xy::gog-xy.c b/math/gnumeric2/files/patch-src::cut-n-paste-code::goffice::graph::plugins::plot_xy::gog-xy.c
deleted file mode 100644
index 24a0cb759aff..000000000000
--- a/math/gnumeric2/files/patch-src::cut-n-paste-code::goffice::graph::plugins::plot_xy::gog-xy.c
+++ /dev/null
@@ -1,14 +0,0 @@
---- src/cut-n-paste-code/goffice/graph/plugins/plot_xy/gog-xy.c.orig Mon Jan 19 01:04:42 2004
-+++ src/cut-n-paste-code/goffice/graph/plugins/plot_xy/gog-xy.c Mon Jan 19 01:06:36 2004
-@@ -359,9 +359,9 @@
- {
- GogObjectClass *gog_klass = (GogObjectClass *) plot_klass;
-
-- bubble_parent_klass = g_type_class_peek_parent (plot_klass);
--
- Gog2DPlotClass *gog_2d_plot_klass = (Gog2DPlotClass*) plot_klass;
-+
-+ bubble_parent_klass = g_type_class_peek_parent (plot_klass);
-
- gog_2d_plot_klass->adjust_bounds = gog_bubble_plot_adjust_bounds;
- gog_klass->type_name = gog_bubble_plot_type_name;