diff options
Diffstat (limited to 'math/gnumeric/patches/patch-bq')
-rw-r--r-- | math/gnumeric/patches/patch-bq | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/math/gnumeric/patches/patch-bq b/math/gnumeric/patches/patch-bq new file mode 100644 index 00000000000..25bf97f33a9 --- /dev/null +++ b/math/gnumeric/patches/patch-bq @@ -0,0 +1,15 @@ +$NetBSD: patch-bq,v 1.1 2005/09/08 15:29:32 drochner Exp $ + +--- src/cut-n-paste-code/goffice/graph/gog-style.c.orig 2005-09-06 09:39:24.000000000 +0200 ++++ src/cut-n-paste-code/goffice/graph/gog-style.c +@@ -1686,8 +1686,8 @@ gog_style_persist_init (GogPersistClass + iface->sax_save = gog_style_persist_sax_save; + } + +-GSF_CLASS_FULL (GogStyle, gog_style, +- gog_style_class_init, gog_style_init, ++GSF_CLASS_FULL (GogStyle, gog_style, NULL, NULL, ++ gog_style_class_init, NULL, gog_style_init, + G_TYPE_OBJECT, 0, + GSF_INTERFACE (gog_style_persist_init, GOG_PERSIST_TYPE)) + |