diff options
author | Cosimo Cecchi <cosimoc@gnome.org> | 2012-06-14 12:51:02 +0800 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2012-06-18 22:27:01 +0800 |
commit | 7cbdc483cca593970d4bd09ee0dee2a18a38cd63 (patch) | |
tree | 2ed412a54d364767412bec173fa4ec5a663be6a8 /calendar/gui/e-day-view.c | |
parent | 4a053b128659299147d1537baea3e865c989b3d6 (diff) | |
download | gsoc2013-evolution-7cbdc483cca593970d4bd09ee0dee2a18a38cd63.tar.gz gsoc2013-evolution-7cbdc483cca593970d4bd09ee0dee2a18a38cd63.tar.zst gsoc2013-evolution-7cbdc483cca593970d4bd09ee0dee2a18a38cd63.zip |
all: don't set draw_background to FALSE on EText
Diffstat (limited to 'calendar/gui/e-day-view.c')
-rw-r--r-- | calendar/gui/e-day-view.c | 4 |
1 files changed, 0 insertions, 4 deletions
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); |