diff options
author | Rodrigo Moya <rodrigo@novell.com> | 2004-06-10 22:04:55 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2004-06-10 22:04:55 +0800 |
commit | 6098f7ab7d9c436311b4ee19f54bf09bdb0821c9 (patch) | |
tree | ecfde79775ad736a6993e880815b3ca79f835d3d /calendar | |
parent | 9cfacbca72b36382687b45e5de71cc73280cc10e (diff) | |
download | gsoc2013-evolution-6098f7ab7d9c436311b4ee19f54bf09bdb0821c9.tar.gz gsoc2013-evolution-6098f7ab7d9c436311b4ee19f54bf09bdb0821c9.tar.zst gsoc2013-evolution-6098f7ab7d9c436311b4ee19f54bf09bdb0821c9.zip |
don't set the "bg_color_column" property on the ECellToggle class.
2004-06-10 Rodrigo Moya <rodrigo@novell.com>
* 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
Diffstat (limited to 'calendar')
-rw-r--r-- | calendar/ChangeLog | 5 | ||||
-rw-r--r-- | calendar/gui/e-calendar-table.c | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 8c862ae165..c8e5e08806 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,10 @@ 2004-06-10 Rodrigo Moya <rodrigo@novell.com> + * gui/e-calendar-table.c (e_calendar_table_init): don't set + the "bg_color_column" property on the ECellToggle class. + +2004-06-10 Rodrigo Moya <rodrigo@novell.com> + Fixes #58799 * gui/e-calendar-view.c (e_calendar_view_delete_selected_occurrence): 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]); |