[evolution] all: don't set draw_background to FALSE on EText



commit 7cbdc483cca593970d4bd09ee0dee2a18a38cd63
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Thu Jun 14 00:51:02 2012 -0400

    all: don't set draw_background to FALSE on EText

 addressbook/gui/widgets/e-minicard-label.c |    2 --
 addressbook/gui/widgets/e-minicard.c       |    1 -
 calendar/gui/e-day-view.c                  |    4 ----
 widgets/table/e-table-click-to-add.c       |    1 -
 widgets/table/e-table-group-container.c    |    1 -
 widgets/table/e-tree.c                     |    1 -
 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 88d9458..928f84d 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 f7d0f7a..2c20461 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 da77c4d..620b664 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 8cb7d06..d14350f 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 2649f9b..a63646b 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 f78a477..4465dcb 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 dba051e..b872e72 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,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]