aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-03-17 00:02:01 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-03-17 00:02:01 +0000
commit7adf5d5c964c013d0fcef2f24f5a6448fd94861a (patch)
tree35e633892a210b978300990893f31eb744448da8 /math
parent56788cdaaa45be0c4991b3564e57ffe4d9c1bae2 (diff)
downloadports-7adf5d5c964c013d0fcef2f24f5a6448fd94861a.tar.gz
ports-7adf5d5c964c013d0fcef2f24f5a6448fd94861a.zip
Notes
Diffstat (limited to 'math')
-rw-r--r--math/gnumeric2/files/patch-src-cut-n-paste-code-goffice-graph-plugins-plot_xy-gog-xy.c17
1 files changed, 17 insertions, 0 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
new file mode 100644
index 000000000000..a384ceb4c1e4
--- /dev/null
+++ b/math/gnumeric2/files/patch-src-cut-n-paste-code-goffice-graph-plugins-plot_xy-gog-xy.c
@@ -0,0 +1,17 @@
+--- src/cut-n-paste-code/goffice/graph/plugins/plot_xy/gog-xy.c.orig Sat Mar 13 04:27:56 2004
++++ src/cut-n-paste-code/goffice/graph/plugins/plot_xy/gog-xy.c Wed Mar 17 00:56:18 2004
+@@ -430,12 +430,13 @@
+ {
+ GObjectClass *gobject_klass = (GObjectClass *) plot_klass;
+ GogObjectClass *gog_klass = (GogObjectClass *) plot_klass;
++ Gog2DPlotClass *gog_2d_plot_klass;
+
+ bubble_parent_klass = g_type_class_peek_parent (plot_klass);
+ gobject_klass->set_property = gog_bubble_plot_set_property;
+ gobject_klass->get_property = gog_bubble_plot_get_property;
+
+- Gog2DPlotClass *gog_2d_plot_klass = (Gog2DPlotClass*) plot_klass;
++ gog_2d_plot_klass = (Gog2DPlotClass*) plot_klass;
+
+ gog_2d_plot_klass->adjust_bounds = gog_bubble_plot_adjust_bounds;
+ gog_klass->type_name = gog_bubble_plot_type_name;