diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-06-08 15:07:21 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-06-08 15:07:21 +0800 |
commit | 2f3245408c26ebef806b0824a1f5885b15529fce (patch) | |
tree | d03313d46f7338dd2fbfb94c22f07e31e1b0ddf4 /widgets/e-table/e-table.c | |
parent | e1ef78b8f4d27c83c4d281bf18980b9acf8568b7 (diff) | |
download | gsoc2013-evolution-2f3245408c26ebef806b0824a1f5885b15529fce.tar gsoc2013-evolution-2f3245408c26ebef806b0824a1f5885b15529fce.tar.gz gsoc2013-evolution-2f3245408c26ebef806b0824a1f5885b15529fce.tar.bz2 gsoc2013-evolution-2f3245408c26ebef806b0824a1f5885b15529fce.tar.lz gsoc2013-evolution-2f3245408c26ebef806b0824a1f5885b15529fce.tar.xz gsoc2013-evolution-2f3245408c26ebef806b0824a1f5885b15529fce.tar.zst gsoc2013-evolution-2f3245408c26ebef806b0824a1f5885b15529fce.zip |
More work on the Field Chooser. Not quite done yet.
2000-06-08 Christopher James Lahey <clahey@helixcode.com>
* e-table-field-chooser-dialog.c, e-table-field-chooser-dialog.h,
e-table-field-chooser-item.c, e-table-field-chooser.c,
e-table-field-chooser.glade, e-table-field-chooser.h,
e-table-header-item.c, e-table.c: More work on the Field Chooser.
Not quite done yet.
svn path=/trunk/; revision=3475
Diffstat (limited to 'widgets/e-table/e-table.c')
-rw-r--r-- | widgets/e-table/e-table.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/widgets/e-table/e-table.c b/widgets/e-table/e-table.c index 21a92f5ecb..1be22b7bde 100644 --- a/widgets/e-table/e-table.c +++ b/widgets/e-table/e-table.c @@ -142,6 +142,7 @@ e_table_setup_header (ETable *e_table) gnome_canvas_root (e_table->header_canvas), e_table_header_item_get_type (), "ETableHeader", e_table->header, + "full_header", e_table->full_header, "sort_info", e_table->sort_info, NULL); |