From 2420ae32bd6f7e9672ef84ca3f826dfa8d11a7f4 Mon Sep 17 00:00:00 2001 From: Rodney Dawes Date: Sat, 22 Jan 2005 03:44:36 +0000 Subject: Don't pass in the "fill_color" property for creating the canvas item for 2005-01-21 Rodney Dawes * 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 --- widgets/misc/e-reflow.c | 1 - 1 file changed, 1 deletion(-) (limited to 'widgets/misc') 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, -- cgit v1.2.3