From c1527a0f74533dd131576fcfc7b23188ff1466ba Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Tue, 26 Dec 2000 22:34:30 +0000 Subject: Added a "draw_background" argument. Set the default for the 2000-12-26 Christopher James Lahey * gal/e-text/e-entry.c: Added a "draw_background" argument. Set the default for the "draw_background" argument to the contained EText to TRUE. * gal/e-text/e-text.c: Changed the default for the "draw_background" argument to FALSE. svn path=/trunk/; revision=7176 --- widgets/text/e-text.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'widgets/text/e-text.c') diff --git a/widgets/text/e-text.c b/widgets/text/e-text.c index 3345493ad7..e9a448b9c2 100644 --- a/widgets/text/e-text.c +++ b/widgets/text/e-text.c @@ -379,7 +379,7 @@ e_text_init (EText *text) text->dbl_timeout = 0; text->tpl_timeout = 0; - text->draw_background = 1; + text->draw_background = FALSE; e_canvas_item_set_reflow_callback(GNOME_CANVAS_ITEM(text), e_text_reflow); } -- cgit