1afdc81d0c
While I dislike moving pkgs around and forcing users into updates I'm making an exception here, because this is a leaf pkg, we don't support gnumeric-1.2 anymore and because gnumeric-1.4 is fully compatible to older sheets tbomk. Sorry for breaking pkgchk.conf though.
15 lines
623 B
Text
15 lines
623 B
Text
$NetBSD: patch-bn,v 1.1 2005/09/08 15:29:32 drochner Exp $
|
|
|
|
--- src/cut-n-paste-code/goffice/graph/gog-error-bar.c.orig 2005-09-06 09:42:47.000000000 +0200
|
|
+++ src/cut-n-paste-code/goffice/graph/gog-error-bar.c
|
|
@@ -487,8 +487,8 @@ gog_error_bar_persist_init (GogPersistCl
|
|
iface->sax_save = gog_error_bar_persist_sax_save;
|
|
}
|
|
|
|
-GSF_CLASS_FULL (GogErrorBar, gog_error_bar,
|
|
- gog_error_bar_class_init, gog_error_bar_init,
|
|
+GSF_CLASS_FULL (GogErrorBar, gog_error_bar, NULL, NULL,
|
|
+ gog_error_bar_class_init, NULL, gog_error_bar_init,
|
|
G_TYPE_OBJECT, 0,
|
|
GSF_INTERFACE (gog_error_bar_persist_init, GOG_PERSIST_TYPE))
|
|
|