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/misc | |
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/misc')
-rw-r--r-- | widgets/misc/e-reflow.c | 1 |
1 files changed, 0 insertions, 1 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, |