summaryrefslogtreecommitdiff
path: root/math/gnumeric/patches/patch-bg
blob: 4163f45b2cee55fe063b4d1cdf2f3c2497590d5a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-bg,v 1.1 2005/09/08 15:29:32 drochner Exp $

--- src/sheet-object-cell-comment.c.orig	2005-09-06 09:54:47.000000000 +0200
+++ src/sheet-object-cell-comment.c
@@ -122,8 +122,8 @@ comment_foo_view_init (SheetObjectViewIf
 }
 typedef FooCanvasPolygon	CommentFooView;
 typedef FooCanvasPolygonClass	CommentFooViewClass;
-static GSF_CLASS_FULL (CommentFooView, comment_foo_view,
-	NULL, NULL,
+static GSF_CLASS_FULL (CommentFooView, comment_foo_view, NULL, NULL,
+	NULL, NULL, NULL,
 	FOO_TYPE_CANVAS_POLYGON, 0,
 	GSF_INTERFACE (comment_foo_view_init, SHEET_OBJECT_VIEW_TYPE))