From 8d310c47bd10416b7b4eca88b04664d8e903b549 Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Wed, 11 Oct 2000 09:40:22 +0000 Subject: Changed these to use the default cells. 2000-10-11 Christopher James Lahey * tests/test-tree-1.c, tests/test-tree-2.c, tests/test-tree-3.c: Changed these to use the default cells. From gal/e-table/ChangeLog: 2000-10-11 Christopher James Lahey * e-cell-text.c, e-cell-text.h, e-cell-tree.c, e-cell-tree.h: Got rid of the model parameter to e_cell_text_new and e_cell_tree_new as they aren't used. * e-table-extras.c: Added default "integer" compare and default "tree-string", "string", and "checkbox" cells. * e-table.c: Made this use the draw-grid, cursor-mode, and _click-to-add-message fields from the xml. svn path=/trunk/; revision=5841 --- widgets/table/e-cell-tree.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'widgets/table/e-cell-tree.c') diff --git a/widgets/table/e-cell-tree.c b/widgets/table/e-cell-tree.c index 1602d11eb3..8861399c3e 100644 --- a/widgets/table/e-cell-tree.c +++ b/widgets/table/e-cell-tree.c @@ -635,8 +635,7 @@ e_cell_tree_construct (ECellTree *ect, ECell * -e_cell_tree_new (ETableModel *etm, - GdkPixbuf *open_pixbuf, +e_cell_tree_new (GdkPixbuf *open_pixbuf, GdkPixbuf *closed_pixbuf, gboolean draw_lines, ECell *subcell) -- cgit v1.2.3