diff options
author | Rodney Dawes <dobey@novell.com> | 2005-01-22 11:44:36 +0800 |
---|---|---|
committer | Rodney Dawes <dobey@src.gnome.org> | 2005-01-22 11:44:36 +0800 |
commit | 2420ae32bd6f7e9672ef84ca3f826dfa8d11a7f4 (patch) | |
tree | 7de77379ceb43793d7905ba0ee8f32783b474809 /widgets | |
parent | 60fdfc9af6bc4f2100eced7c57c3b3948f0d0eab (diff) | |
download | gsoc2013-evolution-2420ae32bd6f7e9672ef84ca3f826dfa8d11a7f4.tar.gz 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')
-rw-r--r-- | widgets/misc/e-reflow.c | 1 | ||||
-rw-r--r-- | widgets/text/e-text.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/widgets/misc/e-reflow.c b/widgets/misc/e-reflow.c index 69c4bd8266..a6888a11a6 100644 --- a/widgets/misc/e-reflow.c +++ b/widgets/misc/e-reflow.c @@ -492,7 +492,6 @@ set_empty(EReflow *reflow) "width", reflow->minimum_width, "clip", TRUE, "use_ellipsis", TRUE, - "fill_color", "black", "justification", GTK_JUSTIFY_CENTER, "text", reflow->empty_message, "draw_background", FALSE, 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)), |