1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-bf,v 1.1 2005/09/06 17:58:56 drochner Exp $
--- src/sheet-filter.c.orig 2005-09-06 09:53:07.000000000 +0200
+++ src/sheet-filter.c
@@ -562,8 +562,8 @@ filter_foo_view_init (SheetObjectViewIfa
}
typedef FooCanvasWidget FilterFooView;
typedef FooCanvasWidgetClass FilterFooViewClass;
-static GSF_CLASS_FULL (FilterFooView, filter_foo_view,
- NULL, NULL,
+static GSF_CLASS_FULL (FilterFooView, filter_foo_view, NULL, NULL,
+ NULL, NULL, NULL,
FOO_TYPE_CANVAS_WIDGET, 0,
GSF_INTERFACE (filter_foo_view_init, SHEET_OBJECT_VIEW_TYPE))
|