aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@helixcode.com>2000-12-25 16:36:04 +0800
committerMiguel de Icaza <miguel@src.gnome.org>2000-12-25 16:36:04 +0800
commit72dfe1e5145c92dd60e8c1c8219689d64cc47184 (patch)
tree74161717cd2b998cfad1970d2bf6b630854b3741
parent5eef222ab4efe5df5ae7a9d45a2084b9bb9bf91c (diff)
downloadgsoc2013-evolution-72dfe1e5145c92dd60e8c1c8219689d64cc47184.tar
gsoc2013-evolution-72dfe1e5145c92dd60e8c1c8219689d64cc47184.tar.gz
gsoc2013-evolution-72dfe1e5145c92dd60e8c1c8219689d64cc47184.tar.bz2
gsoc2013-evolution-72dfe1e5145c92dd60e8c1c8219689d64cc47184.tar.lz
gsoc2013-evolution-72dfe1e5145c92dd60e8c1c8219689d64cc47184.tar.xz
gsoc2013-evolution-72dfe1e5145c92dd60e8c1c8219689d64cc47184.tar.zst
gsoc2013-evolution-72dfe1e5145c92dd60e8c1c8219689d64cc47184.zip
Set draw_background to FALSE.
2000-12-25 Miguel de Icaza <miguel@helixcode.com> * e-cell-text.c (ect_show_tooltip): Set draw_background to FALSE. * e-table-group-container.c (etgc_add): ditto. * e-table-click-to-add.c (etcta_realize): ditto. (e_table_click_to_add_commit): ditto. svn path=/trunk/; revision=7165
-rw-r--r--widgets/table/e-table-group-container.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/widgets/table/e-table-group-container.c b/widgets/table/e-table-group-container.c
index 194e744f8c..fbcc523ada 100644
--- a/widgets/table/e-table-group-container.c
+++ b/widgets/table/e-table-group-container.c
@@ -391,6 +391,7 @@ etgc_add (ETableGroup *etg, gint row)
"font_gdk", etgc->font,
"anchor", GTK_ANCHOR_SW,
"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);