From 7cbdc483cca593970d4bd09ee0dee2a18a38cd63 Mon Sep 17 00:00:00 2001 From: Cosimo Cecchi Date: Thu, 14 Jun 2012 00:51:02 -0400 Subject: all: don't set draw_background to FALSE on EText --- calendar/gui/e-day-view.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'calendar/gui') diff --git a/calendar/gui/e-day-view.c b/calendar/gui/e-day-view.c index da77c4d51d..620b664f11 100644 --- a/calendar/gui/e-day-view.c +++ b/calendar/gui/e-day-view.c @@ -1114,7 +1114,6 @@ e_day_view_init (EDayView *day_view) "clip", TRUE, "max_lines", 1, "editable", TRUE, - "draw_background", FALSE, "fill_color_rgba", GNOME_CANVAS_COLOR(0, 0, 0), NULL); gnome_canvas_item_hide (day_view->drag_long_event_item); @@ -1192,7 +1191,6 @@ e_day_view_init (EDayView *day_view) "line_wrap", TRUE, "clip", TRUE, "editable", TRUE, - "draw_background", FALSE, "fill_color_rgba", GNOME_CANVAS_COLOR(0, 0, 0), NULL); gnome_canvas_item_hide (day_view->drag_item); @@ -4881,7 +4879,6 @@ e_day_view_reshape_long_event (EDayView *day_view, "max_lines", 1, "editable", TRUE, "use_ellipsis", TRUE, - "draw_background", FALSE, "fill_color_gdk", &color, "im_context", E_CANVAS (day_view->top_canvas)->im_context, NULL); @@ -5068,7 +5065,6 @@ e_day_view_reshape_day_event (EDayView *day_view, "editable", TRUE, "clip", TRUE, "use_ellipsis", TRUE, - "draw_background", FALSE, "fill_color_gdk", &color, "im_context", E_CANVAS (day_view->main_canvas)->im_context, NULL); -- cgit v1.2.3