openbsd-ports/devel/gal2/patches/patch-gal_e-table_e-table-group_c
marcm d4215ebbb1 GNOME2 Application Libs.
This is the Gnome 2.x version of devel/gal.  Like gal1 it is a support
library for Gnumeric and Evolution.
2003-10-14 20:26:08 +00:00

13 lines
404 B
Plaintext

$OpenBSD: patch-gal_e-table_e-table-group_c,v 1.1.1.1 2003/10/14 20:26:08 marcm Exp $
--- gal/e-table/e-table-group.c.orig 2003-08-24 20:52:40.000000000 -0700
+++ gal/e-table/e-table-group.c 2003-08-24 20:53:22.000000000 -0700
@@ -136,7 +136,7 @@ e_table_group_construct (GnomeCanvasGrou
g_object_ref (etg->model);
g_object_set (G_OBJECT (etg),
"parent", parent,
- NULL);
+ (void*)0);
}
/**