diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-03-06 16:13:30 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-03-06 16:13:30 +0800 |
commit | d08ab36bfb63bc156786a8ce998d610b98459837 (patch) | |
tree | c1288068a00ef223596509d1456f3fe37ab5a451 /widgets/e-table/e-table-group-container.c | |
parent | 7df026ac0eaa8ddb5d395bdc8d00bedf35496147 (diff) | |
download | gsoc2013-evolution-d08ab36bfb63bc156786a8ce998d610b98459837.tar.gz gsoc2013-evolution-d08ab36bfb63bc156786a8ce998d610b98459837.tar.zst gsoc2013-evolution-d08ab36bfb63bc156786a8ce998d610b98459837.zip |
Made it so that columns would be properly indented.
2000-03-06 Christopher James Lahey <clahey@helixcode.com>
* e-table-header-item.c, e-table-header-item.h: Made it so that
columns would be properly indented.
svn path=/trunk/; revision=2072
Diffstat (limited to 'widgets/e-table/e-table-group-container.c')
-rw-r--r-- | widgets/e-table/e-table-group-container.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/e-table/e-table-group-container.c b/widgets/e-table/e-table-group-container.c index 589b59c976..f9ecaf4377 100644 --- a/widgets/e-table/e-table-group-container.c +++ b/widgets/e-table/e-table-group-container.c @@ -213,8 +213,8 @@ e_table_group_container_construct (GnomeCanvasGroup *parent, ETableGroupContaine etgc->ascending = ascending; etgc->font = gdk_font_load ("lucidasans-10"); + etgc->open = TRUE; #if 0 - etgc->open = open; etgc->transparent = transparent; etgc_dim (etgc, &etgc->width, &etgc->height); |