aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-table-group-container.c
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-03-06 16:13:30 +0800
committerChris Lahey <clahey@src.gnome.org>2000-03-06 16:13:30 +0800
commitd08ab36bfb63bc156786a8ce998d610b98459837 (patch)
treec1288068a00ef223596509d1456f3fe37ab5a451 /widgets/table/e-table-group-container.c
parent7df026ac0eaa8ddb5d395bdc8d00bedf35496147 (diff)
downloadgsoc2013-evolution-d08ab36bfb63bc156786a8ce998d610b98459837.tar
gsoc2013-evolution-d08ab36bfb63bc156786a8ce998d610b98459837.tar.gz
gsoc2013-evolution-d08ab36bfb63bc156786a8ce998d610b98459837.tar.bz2
gsoc2013-evolution-d08ab36bfb63bc156786a8ce998d610b98459837.tar.lz
gsoc2013-evolution-d08ab36bfb63bc156786a8ce998d610b98459837.tar.xz
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/table/e-table-group-container.c')
-rw-r--r--widgets/table/e-table-group-container.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/table/e-table-group-container.c b/widgets/table/e-table-group-container.c
index 589b59c976..f9ecaf4377 100644
--- a/widgets/table/e-table-group-container.c
+++ b/widgets/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);