aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-cell-text.c
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-10-11 17:40:22 +0800
committerChris Lahey <clahey@src.gnome.org>2000-10-11 17:40:22 +0800
commit8d310c47bd10416b7b4eca88b04664d8e903b549 (patch)
treed3968a042c420e93e4d2e715276b51a6cabb06bc /widgets/table/e-cell-text.c
parentabbd11d2aa07bb781026c54d3394eb508c3c279c (diff)
downloadgsoc2013-evolution-8d310c47bd10416b7b4eca88b04664d8e903b549.tar
gsoc2013-evolution-8d310c47bd10416b7b4eca88b04664d8e903b549.tar.gz
gsoc2013-evolution-8d310c47bd10416b7b4eca88b04664d8e903b549.tar.bz2
gsoc2013-evolution-8d310c47bd10416b7b4eca88b04664d8e903b549.tar.lz
gsoc2013-evolution-8d310c47bd10416b7b4eca88b04664d8e903b549.tar.xz
gsoc2013-evolution-8d310c47bd10416b7b4eca88b04664d8e903b549.tar.zst
gsoc2013-evolution-8d310c47bd10416b7b4eca88b04664d8e903b549.zip
Changed these to use the default cells.
2000-10-11 Christopher James Lahey <clahey@helixcode.com> * 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 <clahey@helixcode.com> * 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
Diffstat (limited to 'widgets/table/e-cell-text.c')
-rw-r--r--widgets/table/e-cell-text.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/table/e-cell-text.c b/widgets/table/e-cell-text.c
index a8d2fa2a92..07b543808a 100644
--- a/widgets/table/e-cell-text.c
+++ b/widgets/table/e-cell-text.c
@@ -1607,7 +1607,7 @@ e_cell_text_init (ECellText *ect)
E_MAKE_TYPE(e_cell_text, "ECellText", ECellText, e_cell_text_class_init, e_cell_text_init, PARENT_TYPE);
ECell *
-e_cell_text_new (ETableModel *etm, const char *fontname, GtkJustification justify)
+e_cell_text_new (const char *fontname, GtkJustification justify)
{
ECellText *ect = gtk_type_new (e_cell_text_get_type ());