aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-tree.c
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2012-06-14 12:51:02 +0800
committerCosimo Cecchi <cosimoc@gnome.org>2012-06-18 22:27:01 +0800
commit7cbdc483cca593970d4bd09ee0dee2a18a38cd63 (patch)
tree2ed412a54d364767412bec173fa4ec5a663be6a8 /widgets/table/e-tree.c
parent4a053b128659299147d1537baea3e865c989b3d6 (diff)
downloadgsoc2013-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-tree.c')
-rw-r--r--widgets/table/e-tree.c1
1 files changed, 0 insertions, 1 deletions
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);