From 5350eebb5ef8c07e69110616ce1662e0e92bea16 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Mon, 8 Sep 2008 20:37:00 +0000 Subject: Progress update: - Merge ETaskBar into EShellTaskbar. - Remember the last view, and make --component work. svn path=/branches/kill-bonobo/; revision=36278 --- calendar/gui/e-calendar-table.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'calendar/gui') diff --git a/calendar/gui/e-calendar-table.h b/calendar/gui/e-calendar-table.h index fa96b08bd2..ea5566404c 100644 --- a/calendar/gui/e-calendar-table.h +++ b/calendar/gui/e-calendar-table.h @@ -27,7 +27,6 @@ #include #include #include -#include "e-activity-handler.h" #include "e-cal-model.h" G_BEGIN_DECLS @@ -37,6 +36,8 @@ G_BEGIN_DECLS * Used for calendar events and tasks. */ +/* FIXME */ +typedef struct { gint bogus; } EActivityHandler; #define E_CALENDAR_TABLE(obj) G_TYPE_CHECK_INSTANCE_CAST (obj, e_calendar_table_get_type (), ECalendarTable) #define E_CALENDAR_TABLE_CLASS(klass) G_TYPE_CHECK_CLASS_CAST (klass, e_calendar_table_get_type (), ECalendarTableClass) -- cgit v1.2.3