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 | |
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
-rw-r--r-- | addressbook/gui/widgets/e-minicard-label.c | 2 | ||||
-rw-r--r-- | addressbook/gui/widgets/e-minicard.c | 1 | ||||
-rw-r--r-- | calendar/gui/e-day-view.c | 4 | ||||
-rw-r--r-- | widgets/table/e-table-click-to-add.c | 1 | ||||
-rw-r--r-- | widgets/table/e-table-group-container.c | 1 | ||||
-rw-r--r-- | widgets/table/e-tree.c | 1 | ||||
-rw-r--r-- | widgets/text/e-reflow.c | 1 |
7 files changed, 0 insertions, 11 deletions
diff --git a/addressbook/gui/widgets/e-minicard-label.c b/addressbook/gui/widgets/e-minicard-label.c index 88d9458c39..928f84d5fe 100644 --- a/addressbook/gui/widgets/e-minicard-label.c +++ b/addressbook/gui/widgets/e-minicard-label.c @@ -295,7 +295,6 @@ e_minicard_label_realize (GnomeCanvasItem *item) "clip", TRUE, "use_ellipsis", TRUE, "fill_color", "black", - "draw_background", FALSE, "im_context", E_CANVAS (item->canvas)->im_context, NULL ); e_canvas_item_move_absolute (e_minicard_label->fieldname, 2, 1); @@ -308,7 +307,6 @@ e_minicard_label_realize (GnomeCanvasItem *item) "use_ellipsis", TRUE, "fill_color", "black", "editable", FALSE, /* e_minicard_label->editable, */ - "draw_background", FALSE, "im_context", E_CANVAS (item->canvas)->im_context, NULL ); e_canvas_item_move_absolute (e_minicard_label->field, ( e_minicard_label->width / 2 + 2), 1); diff --git a/addressbook/gui/widgets/e-minicard.c b/addressbook/gui/widgets/e-minicard.c index f7d0f7a053..2c2046152b 100644 --- a/addressbook/gui/widgets/e-minicard.c +++ b/addressbook/gui/widgets/e-minicard.c @@ -503,7 +503,6 @@ e_minicard_realize (GnomeCanvasItem *item) "use_ellipsis", TRUE, "fill_color_gdk", &style->fg[GTK_STATE_NORMAL], "text", "", - "draw_background", FALSE, NULL ); e_canvas_item_move_absolute (e_minicard->header_text, 6, 6); 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); diff --git a/widgets/table/e-table-click-to-add.c b/widgets/table/e-table-click-to-add.c index 8cb7d060a9..d14350fa55 100644 --- a/widgets/table/e-table-click-to-add.c +++ b/widgets/table/e-table-click-to-add.c @@ -272,7 +272,6 @@ create_rect_and_text (ETableClickToAdd *etcta) e_text_get_type (), "text", etcta->message ? etcta->message : "", "width", etcta->width - 4, - "draw_background", FALSE, "fill_color_gdk", &style->text[GTK_STATE_NORMAL], NULL); } diff --git a/widgets/table/e-table-group-container.c b/widgets/table/e-table-group-container.c index 2649f9bf79..a63646b3f8 100644 --- a/widgets/table/e-table-group-container.c +++ b/widgets/table/e-table-group-container.c @@ -465,7 +465,6 @@ create_child_node (ETableGroupContainer *etgc, child_node->text = gnome_canvas_item_new (GNOME_CANVAS_GROUP (etgc), e_text_get_type (), "fill_color", "black", - "draw_background", FALSE, NULL); child = e_table_group_new (GNOME_CANVAS_GROUP (etgc), etg->full_header, etg->header, etg->model, etgc->sort_info, etgc->n + 1); diff --git a/widgets/table/e-tree.c b/widgets/table/e-tree.c index f78a477643..4465dcbb29 100644 --- a/widgets/table/e-tree.c +++ b/widgets/table/e-tree.c @@ -3852,7 +3852,6 @@ e_tree_set_info_message (ETree *tree, "clip", TRUE, "justification", GTK_JUSTIFY_LEFT, "text", info_message, - "draw_background", FALSE, "width", (gdouble) allocation.width - 60.0, "clip_width", (gdouble) allocation.width - 60.0, NULL); diff --git a/widgets/text/e-reflow.c b/widgets/text/e-reflow.c index dba051e2cc..b872e72cbc 100644 --- a/widgets/text/e-reflow.c +++ b/widgets/text/e-reflow.c @@ -574,7 +574,6 @@ set_empty (EReflow *reflow) "use_ellipsis", TRUE, "justification", GTK_JUSTIFY_CENTER, "text", reflow->empty_message, - "draw_background", FALSE, NULL); e_canvas_item_move_absolute (reflow->empty_text, reflow->minimum_width / 2, |