freebsd-ports/devel/gnomedebug/files/patch-src::controls::gdf-breakpoint-manager.c
Maxim Sobolev 6ca69f6700 Unbroke with latest gal.
Obtained from:	GNOME CVS
2001-10-23 13:35:09 +00:00

16 lines
727 B
C

$FreeBSD$
--- src/controls/gdf-breakpoint-manager.c 2001/10/23 13:25:05 1.1
+++ src/controls/gdf-breakpoint-manager.c 2001/10/23 13:25:09
@@ -468,8 +468,8 @@
create_children (GdfBreakpointManager *bpm)
{
bpm->priv->e_table_model
- = e_table_simple_new (col_count, row_count, value_at, set_value_at,
- is_cell_editable, NULL, NULL, NULL,
+ = e_table_simple_new (col_count, row_count, NULL, value_at, set_value_at,
+ is_cell_editable, NULL, NULL, NULL, NULL, NULL,
value_is_empty, value_to_string, bpm);
bpm->priv->e_table = e_table_scrolled_new (bpm->priv->e_table_model,