From 49e7dd311ec4652cbd87fe6f7627c54ab20f4782 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Tue, 2 Dec 2003 05:24:02 +0000 Subject: Replace member "activity" with an "activity_id". * gui/e-calendar-table.h (struct _ECalendarTable): Replace member "activity" with an "activity_id". * gui/e-cal-view.c (struct _ECalendarViewPrivate): Replace member "activity" with "activity_id". (e_calendar_view_destroy): Don't unref activity here anymore. (e_calendar_view_set_status_message): Report progress using the EActivityHandler off the CalendarComponent. * gui/calendar-component.c (struct _CalendarComponentPrivate): New member activity_handler. (calendar_component_init): Init. (calendar_component_peek_activity_handler): New. (impl_dispose): Unref. (impl_createControls): Return an ETaskBar for the statusbar control. svn path=/trunk/; revision=23565 --- calendar/gui/e-calendar-table.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'calendar/gui/e-calendar-table.h') diff --git a/calendar/gui/e-calendar-table.h b/calendar/gui/e-calendar-table.h index 70dd031174..810c78254b 100644 --- a/calendar/gui/e-calendar-table.h +++ b/calendar/gui/e-calendar-table.h @@ -26,7 +26,6 @@ #include #include -#include #include #include "e-cal-model.h" @@ -63,8 +62,8 @@ struct _ECalendarTable { gchar *clipboard_selection; icalcomponent *tmp_vcal; - /* The activity client used to show messages on the status bar. */ - EvolutionActivityClient *activity; + /* Activity ID for the EActivityHandler (i.e. the status bar). */ + guint activity_id; }; struct _ECalendarTableClass { -- cgit v1.2.3