From dd65b18ddf2f4e7fdc108b0ed147658c36103eea Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Mon, 7 Dec 2009 17:20:49 -0500 Subject: Kill ETableScrolled. ETableScrolled is nothing but a GtkScrolledWindow containing an ETable. It adds nothing of value and actually makes customizing ETable harder. --- calendar/gui/e-cal-list-view.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'calendar/gui/e-cal-list-view.h') diff --git a/calendar/gui/e-cal-list-view.h b/calendar/gui/e-cal-list-view.h index f4f71a6269..0874b73c5b 100644 --- a/calendar/gui/e-cal-list-view.h +++ b/calendar/gui/e-cal-list-view.h @@ -62,7 +62,7 @@ struct _ECalListView { ECalendarView parent; /* The main display table */ - ETableScrolled *table_scrolled; + ETable *table; /* S-expression for query and the query object */ ECalView *query; -- cgit v1.2.3