diff options
author | Cosimo Cecchi <cosimoc@gnome.org> | 2012-06-14 12:51:02 +0800 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2012-06-18 22:27:01 +0800 |
commit | 7cbdc483cca593970d4bd09ee0dee2a18a38cd63 (patch) | |
tree | 2ed412a54d364767412bec173fa4ec5a663be6a8 /widgets/table/e-table-group-container.c | |
parent | 4a053b128659299147d1537baea3e865c989b3d6 (diff) | |
download | gsoc2013-evolution-7cbdc483cca593970d4bd09ee0dee2a18a38cd63.tar.gz gsoc2013-evolution-7cbdc483cca593970d4bd09ee0dee2a18a38cd63.tar.zst gsoc2013-evolution-7cbdc483cca593970d4bd09ee0dee2a18a38cd63.zip |
all: don't set draw_background to FALSE on EText
Diffstat (limited to 'widgets/table/e-table-group-container.c')
-rw-r--r-- | widgets/table/e-table-group-container.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/widgets/table/e-table-group-container.c b/widgets/table/e-table-group-container.c index 2649f9bf79..a63646b3f8 100644 --- a/widgets/table/e-table-group-container.c +++ b/widgets/table/e-table-group-container.c @@ -465,7 +465,6 @@ create_child_node (ETableGroupContainer *etgc, child_node->text = gnome_canvas_item_new (GNOME_CANVAS_GROUP (etgc), e_text_get_type (), "fill_color", "black", - "draw_background", FALSE, NULL); child = e_table_group_new (GNOME_CANVAS_GROUP (etgc), etg->full_header, etg->header, etg->model, etgc->sort_info, etgc->n + 1); |