From 6098f7ab7d9c436311b4ee19f54bf09bdb0821c9 Mon Sep 17 00:00:00 2001 From: Rodrigo Moya Date: Thu, 10 Jun 2004 14:04:55 +0000 Subject: don't set the "bg_color_column" property on the ECellToggle class. 2004-06-10 Rodrigo Moya * gui/e-calendar-table.c (e_calendar_table_init): don't set the "bg_color_column" property on the ECellToggle class. svn path=/trunk/; revision=26282 --- calendar/gui/e-calendar-table.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'calendar/gui') diff --git a/calendar/gui/e-calendar-table.c b/calendar/gui/e-calendar-table.c index f6622c4de5..c3044195fe 100644 --- a/calendar/gui/e-calendar-table.c +++ b/calendar/gui/e-calendar-table.c @@ -474,9 +474,6 @@ e_calendar_table_init (ECalendarTable *cal_table) } cell = e_cell_toggle_new (0, E_CALENDAR_MODEL_NUM_ICONS, icon_pixbufs); - g_object_set (G_OBJECT (cell), - "bg_color_column", E_CAL_MODEL_FIELD_COLOR, - NULL); e_table_extras_add_cell(extras, "icon", cell); e_table_extras_add_pixbuf(extras, "icon", icon_pixbufs[0]); -- cgit v1.2.3