aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-cal-list-view.c
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gui/e-cal-list-view.c')
-rw-r--r--calendar/gui/e-cal-list-view.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/calendar/gui/e-cal-list-view.c b/calendar/gui/e-cal-list-view.c
index 7a0983b422..95eec04f39 100644
--- a/calendar/gui/e-cal-list-view.c
+++ b/calendar/gui/e-cal-list-view.c
@@ -167,8 +167,6 @@ setup_e_table (ECalListView *cal_list_view)
ETableSpecification *specification;
GList *strings;
ECell *cell, *popup_cell;
- GnomeCanvas *canvas;
- GtkStyle *style;
GtkWidget *container;
GtkWidget *widget;
gchar *etspecfile;
@@ -302,15 +300,6 @@ setup_e_table (ECalListView *cal_list_view)
g_object_unref (specification);
g_free (etspecfile);
- /* Make sure text is readable on top of our color coding */
-
- canvas = GNOME_CANVAS (cal_list_view->table->table_canvas);
- style = gtk_widget_get_style (GTK_WIDGET (canvas));
-
- style->fg[GTK_STATE_SELECTED] = style->text[GTK_STATE_NORMAL];
- style->fg[GTK_STATE_ACTIVE] = style->text[GTK_STATE_NORMAL];
- gtk_widget_set_style (GTK_WIDGET (canvas), style);
-
/* Connect signals */
g_signal_connect (
cal_list_view->table, "double_click",