diff options
Diffstat (limited to 'widgets/table')
-rw-r--r-- | widgets/table/e-table-click-to-add.c | 1 | ||||
-rw-r--r-- | widgets/table/e-table-group-container.c | 1 | ||||
-rw-r--r-- | widgets/table/e-tree.c | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/widgets/table/e-table-click-to-add.c b/widgets/table/e-table-click-to-add.c index 8cb7d060a9..d14350fa55 100644 --- a/widgets/table/e-table-click-to-add.c +++ b/widgets/table/e-table-click-to-add.c @@ -272,7 +272,6 @@ create_rect_and_text (ETableClickToAdd *etcta) e_text_get_type (), "text", etcta->message ? etcta->message : "", "width", etcta->width - 4, - "draw_background", FALSE, "fill_color_gdk", &style->text[GTK_STATE_NORMAL], NULL); } 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); diff --git a/widgets/table/e-tree.c b/widgets/table/e-tree.c index f78a477643..4465dcbb29 100644 --- a/widgets/table/e-tree.c +++ b/widgets/table/e-tree.c @@ -3852,7 +3852,6 @@ e_tree_set_info_message (ETree *tree, "clip", TRUE, "justification", GTK_JUSTIFY_LEFT, "text", info_message, - "draw_background", FALSE, "width", (gdouble) allocation.width - 60.0, "clip_width", (gdouble) allocation.width - 60.0, NULL); |