aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/text/e-text.c
diff options
context:
space:
mode:
authorRodney Dawes <dobey@novell.com>2005-01-22 11:44:36 +0800
committerRodney Dawes <dobey@src.gnome.org>2005-01-22 11:44:36 +0800
commit2420ae32bd6f7e9672ef84ca3f826dfa8d11a7f4 (patch)
tree7de77379ceb43793d7905ba0ee8f32783b474809 /widgets/text/e-text.c
parent60fdfc9af6bc4f2100eced7c57c3b3948f0d0eab (diff)
downloadgsoc2013-evolution-2420ae32bd6f7e9672ef84ca3f826dfa8d11a7f4.tar
gsoc2013-evolution-2420ae32bd6f7e9672ef84ca3f826dfa8d11a7f4.tar.gz
gsoc2013-evolution-2420ae32bd6f7e9672ef84ca3f826dfa8d11a7f4.tar.bz2
gsoc2013-evolution-2420ae32bd6f7e9672ef84ca3f826dfa8d11a7f4.tar.lz
gsoc2013-evolution-2420ae32bd6f7e9672ef84ca3f826dfa8d11a7f4.tar.xz
gsoc2013-evolution-2420ae32bd6f7e9672ef84ca3f826dfa8d11a7f4.tar.zst
gsoc2013-evolution-2420ae32bd6f7e9672ef84ca3f826dfa8d11a7f4.zip
Don't pass in the "fill_color" property for creating the canvas item for
2005-01-21 Rodney Dawes <dobey@novell.com> * gal/e-text/e-text.c (_do_tooltip): Don't pass in the "fill_color" property for creating the canvas item for the tooltip * gal/widgets/e-reflow.c (set_empty): Don't pass in the "fill_color" property for creating the EText canvas item Fixes #9413 svn path=/trunk/; revision=28501
Diffstat (limited to 'widgets/text/e-text.c')
-rw-r--r--widgets/text/e-text.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/widgets/text/e-text.c b/widgets/text/e-text.c
index 60b9c630a5..5c465b67a5 100644
--- a/widgets/text/e-text.c
+++ b/widgets/text/e-text.c
@@ -1982,7 +1982,6 @@ _do_tooltip (gpointer data)
"y1", (double) 0,
"x2", (double) max_width + 4,
"y2", (double) text->height + 4,
- "fill_color", "light gray",
NULL);
tooltip_text = gnome_canvas_item_new (gnome_canvas_root (GNOME_CANVAS (canvas)),